From 664bc93b86467ea4b460bf59aae2413528f3f893 Mon Sep 17 00:00:00 2001 From: saravanakumardb1 Date: Thu, 5 Mar 2026 14:25:30 -0800 Subject: [PATCH] docs(mcp-server): update EXECUTION_CHECKLIST.md with Phase 6 + Phase 7 completion --- docs/MCP+A2A/EXECUTION_CHECKLIST.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/docs/MCP+A2A/EXECUTION_CHECKLIST.md b/docs/MCP+A2A/EXECUTION_CHECKLIST.md index 880eba73..3d31fae8 100644 --- a/docs/MCP+A2A/EXECUTION_CHECKLIST.md +++ b/docs/MCP+A2A/EXECUTION_CHECKLIST.md @@ -188,6 +188,35 @@ Added **19 tools** across 5 new namespaces, all backed by existing platform-serv MCP server total after this commit: **84 tools** across 16 namespaces. +## 12) Phase 6 — Product A2A pipelines ✅ COMPLETE (commit 654de4e) + +Built 4 A2A pipelines (each self-contained in `src/modules/a2a/.ts`). +Added 3 missing client functions: `mindlystBriefCreate`, `nomgapFastingSessionGet`, `jarvisMarketplaceGetListing`. + +| Pipeline | Product | MCP Tool(s) | Agents | +| ---------------------------------- | --------- | ---------------------------------------------------- | --------------------------------------------------------------------------------------------- | +| `DailyBriefGenerationPipeline` | MindLyst | `mindlyst.brief.generate` | MemoryCollector → Summary (memory-insight extraction) → BriefComposer → Delivery | +| `MarketplaceCertificationPipeline` | JarvisJr | `jarvis.marketplace.runCertification` | SubmissionIngestion → ContentSafety (triage extraction) → QualityEval → CertificationDecision | +| `SafetyMonitorAgent` | NomGap | `nomgap.safety.check`, `nomgap.safety.getThresholds` | FastStateInspector → ThresholdEvaluator → SafetyNotification → ExtendedFastHandoff | +| `SyncDiagnosticsAgent` | PeakPulse | `peakpulse.sync.diagnose` | SyncFailureInspector → DiagnosticsSession → SyncRetryObserver → SyncDiagnosticReport | + +MCP server total after this commit: **91 tools** across 16 namespaces. + +## 13) Phase 7 — SDK schemas + cross-product adoption tools ✅ COMPLETE (commit ea16f8d) + +Added **6 tools** from `DOMAIN_PACKAGES_AND_SDKS.md` in `src/modules/platform/sdk-tools.ts`. + +| Tool | Role | Description | +| ------------------------------------- | ------ | ----------------------------------------------------------------- | +| `platform.schemas.telemetryEvent` | viewer | TelemetryEventDoc field schema + privacy rules | +| `platform.schemas.diagnosticsSession` | viewer | DebugSession schema + full endpoint map | +| `platform.sdks.swiftCapabilities` | viewer | ByteLystPlatformSDK 13 modules with phase + description | +| `platform.sdks.kotlinCapabilities` | viewer | Android/KMP SDK feature inventory | +| `platform.sdks.crossProductAdoption` | viewer | 8 capabilities × 6 products adoption matrix + known gaps | +| `platform.sdks.auditActivity` | admin | Live telemetry query — verifies SDK is wired + active per product | + +MCP server total after this commit: **97 tools** across 16 namespaces. + ## 11) Phase 5+ quick sanity checks - If you make telemetry policy-aware clients: