docs(mcp-server): update EXECUTION_CHECKLIST.md with Phase 6 + Phase 7 completion

This commit is contained in:
saravanakumardb1 2026-03-05 14:25:30 -08:00
parent ea16f8df19
commit 664bc93b86

View File

@ -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/<pipeline>.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: