learning_ai_common_plat/services/mcp-server/src/modules/a2a
saravanakumardb1 af605a6e7d fix(mcp): align ChronoMind type enums with actual backend schema
Fix 3 type mismatches in MCP chronomind-client.ts + chronomind-tools.ts:

1. TimerDoc.type: Remove non-existent 'event', keep 'countdown'|'alarm'|'pomodoro'
2. TimerDoc.state: Remove non-existent 'idle', add missing 'snoozed'|'dismissed'
3. RoutineDoc.status: Replace wrong 'idle'|'running' with actual
   'template'|'ready'|'active'|'cancelled'

Fix cascading usages:
- chronomind.timers.create tool: default state 'idle' → 'active'
- chronomind.timers.list tool: update type/state enum in Zod schema + description
- calendar-import-pipeline.ts: 'idle' → 'active' for imported timers

MCP server typecheck passes. No runtime behavior change for existing tools.
2026-03-31 23:57:24 -07:00
..
agents refactor(mcp-server): replace redundant CreatedSession local interface with imported DebugSession in diagnostics-orchestrator 2026-03-05 12:40:06 -08:00
a2a-tools.ts feat(mcp-server): Add 2 high-priority A2A pipelines 2026-03-05 22:07:42 -08:00
brain-overflow-pipeline.ts feat(mcp-server): A2A batch-2 — STTFallbackMonitorAgent (lysnrai) + ProgressAnalystAgent (jarvis) + BrainOverflowAgent (mindlyst) 2026-03-05 16:31:32 -08:00
calendar-import-pipeline.ts fix(mcp): align ChronoMind type enums with actual backend schema 2026-03-31 23:57:24 -07:00
daily-brief-pipeline.ts feat(mcp-server): add 4 A2A pipelines — DailyBrief, MarketplaceCert, SafetyMonitor, SyncDiagnostics 2026-03-05 14:22:25 -08:00
engagement-pipeline.ts fix(triage-quality-pipeline): remove unused MemoryItemDoc import 2026-03-05 16:18:54 -08:00
goal-coaching-pipeline.ts feat(mcp-server): A2A batch-5 — GoalCoachingAgent + SkiRunAnalystAgent (peakpulse) + OrgProvisioningAgent (lysnrai) + ProtocolTuningAgent (nomgap) + CalendarImportAgent (chronomind) 2026-03-05 18:07:59 -08:00
governance-integration.test.ts feat(mcp-server): add team provisioning follow-up hooks 2026-03-15 09:59:35 +00:00
governance.ts feat(mcp-server): add org review follow-up hooks 2026-03-15 09:56:04 +00:00
keyboard-diagnostics-pipeline.ts feat(mcp-server): A2A batch-3 — ReflectionSynthesisAgent (mindlyst) + KeyboardDiagnosticsAgent (lysnrai) + NLParserEvalAgent (chronomind) 2026-03-05 16:36:19 -08:00
marketplace-cert-pipeline.ts feat(mcp-server): wire a2a governance hooks 2026-03-15 09:51:00 +00:00
memory-curation-pipeline.ts fix(triage-quality-pipeline): remove unused MemoryItemDoc import 2026-03-05 16:18:54 -08:00
nl-parser-eval-pipeline.ts feat(mcp-server): wire a2a governance hooks 2026-03-15 09:51:00 +00:00
org-provisioning-pipeline.ts feat(mcp-server): add org review follow-up hooks 2026-03-15 09:56:04 +00:00
pipeline-tool.ts fix(mcp-server): correct TelemetryCluster type, remove productId QS dead code from telemetryClusters, remove redundant extend() in pipeline-tool 2026-03-05 12:32:34 -08:00
post-incident-cleanup-pipeline.ts fix(mcp-server): Improve error handling in A2A pipelines 2026-03-05 22:09:56 -08:00
progress-analyst-pipeline.ts feat(mcp-server): A2A batch-2 — STTFallbackMonitorAgent (lysnrai) + ProgressAnalystAgent (jarvis) + BrainOverflowAgent (mindlyst) 2026-03-05 16:31:32 -08:00
protocol-tuning-pipeline.ts feat(mcp-server): A2A batch-5 — GoalCoachingAgent + SkiRunAnalystAgent (peakpulse) + OrgProvisioningAgent (lysnrai) + ProtocolTuningAgent (nomgap) + CalendarImportAgent (chronomind) 2026-03-05 18:07:59 -08:00
reflection-synthesis-pipeline.ts feat(mcp-server): A2A batch-3 — ReflectionSynthesisAgent (mindlyst) + KeyboardDiagnosticsAgent (lysnrai) + NLParserEvalAgent (chronomind) 2026-03-05 16:36:19 -08:00
regression-watch-pipeline.ts fix(mcp-server): Improve error handling in A2A pipelines 2026-03-05 22:09:56 -08:00
route-safety-pipeline.ts feat(mcp-server): 4 MCP tool gaps + 3 new A2A pipelines (Priority 3/6/7) 2026-03-05 15:18:21 -08:00
routine-quality-pipeline.ts feat(mcp-server): A2A batch-4 — RoutineQualityAgent (chronomind) + SocialFastCoordinatorAgent (nomgap) + TeamProvisioningAgent (jarvis) 2026-03-05 16:39:36 -08:00
run-tracker.ts feat(a2a): persist incident pipeline runs 2026-03-15 05:58:15 +00:00
runner.test.ts feat(a2a): persist incident pipeline runs 2026-03-15 05:58:15 +00:00
runner.ts feat(mcp-server): wire a2a governance hooks 2026-03-15 09:51:00 +00:00
safety-monitor-pipeline.ts fix(mcp-server): 3 A2A pipeline bug fixes from audit 2026-03-05 14:54:21 -08:00
ski-run-analyst-pipeline.ts feat(mcp-server): A2A batch-5 — GoalCoachingAgent + SkiRunAnalystAgent (peakpulse) + OrgProvisioningAgent (lysnrai) + ProtocolTuningAgent (nomgap) + CalendarImportAgent (chronomind) 2026-03-05 18:07:59 -08:00
social-fast-coordinator-pipeline.ts fix(mcp-server): social-fast-coordinator-pipeline — stage_transition used non-existent currentStage field 2026-03-05 18:13:28 -08:00
stt-fallback-monitor-pipeline.ts feat(mcp-server): A2A batch-2 — STTFallbackMonitorAgent (lysnrai) + ProgressAnalystAgent (jarvis) + BrainOverflowAgent (mindlyst) 2026-03-05 16:31:32 -08:00
sync-conflict-pipeline.ts feat(mcp-server): 4 MCP tool gaps + 3 new A2A pipelines (Priority 3/6/7) 2026-03-05 15:18:21 -08:00
sync-diagnostics-pipeline.ts fix(mcp-server): 3 A2A pipeline bug fixes from audit 2026-03-05 14:54:21 -08:00
team-provisioning-pipeline.ts feat(mcp-server): add team provisioning follow-up hooks 2026-03-15 09:59:35 +00:00
transcript-extraction-pipeline.ts feat(mcp-server): wire a2a governance hooks 2026-03-15 09:51:00 +00:00
triage-quality-pipeline.ts fix(triage-quality-pipeline): remove unused MemoryItemDoc import 2026-03-05 16:18:54 -08:00
types.ts feat(mcp-server): Phase 2 A2A orchestration — DispatcherAgent, TelemetryAnalystAgent, DiagnosticsOrchestratorAgent, ReportWriterAgent, runIncidentPipeline runner + support.runIncidentPipeline MCP tool (10 tests) 2026-03-05 12:23:53 -08:00