learning_ai_common_plat/services/mcp-server/src/modules
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
..
a2a fix(mcp): align ChronoMind type enums with actual backend schema 2026-03-31 23:57:24 -07:00
chronomind fix(mcp): align ChronoMind type enums with actual backend schema 2026-03-31 23:57:24 -07:00
dev refactor(mcp-server): tighten MCP tool typing after review 2026-03-05 22:37:53 -08:00
extraction feat(mcp-server): Add 7 missing extraction async jobs tools 2026-03-05 22:05:00 -08:00
jarvis feat(mcp-server): 4 MCP tool gaps + 3 new A2A pipelines (Priority 3/6/7) 2026-03-05 15:18:21 -08:00
lysnrai feat(mcp-server): fill 12 DOMAIN_PRODUCTS.md MCP tool gaps + client fn additions 2026-03-05 18:19:04 -08:00
mindlyst feat(mcp-server): fill 12 DOMAIN_PRODUCTS.md MCP tool gaps + client fn additions 2026-03-05 18:19:04 -08:00
nomgap feat(mcp-server): fill 12 DOMAIN_PRODUCTS.md MCP tool gaps + client fn additions 2026-03-05 18:19:04 -08:00
notelett fix(mcp-server): pass workspaceId to notelett note get/update/delete/summarize tools 2026-03-29 22:10:03 -07:00
notes fix(mcp-server): align notes tool outputs with contracts 2026-03-10 09:54:08 -07:00
peakpulse feat(mcp-server): fill 12 DOMAIN_PRODUCTS.md MCP tool gaps + client fn additions 2026-03-05 18:19:04 -08:00
platform fix(mcp-server): align secret and experiment tools with real services 2026-03-05 22:36:30 -08:00
support fix(mcp-server): handle ZodDefault in zodToJsonSchema so boolean/object fields with defaults emit correct JSON Schema types; clean up inline import in debug-pack 2026-03-05 12:35:27 -08:00
tools fix(mcp-server): handle ZodDefault in zodToJsonSchema so boolean/object fields with defaults emit correct JSON Schema types; clean up inline import in debug-pack 2026-03-05 12:35:27 -08:00
tracker feat(mcp-server): add tracker.* namespace — 13 tools for items, votes, comments, public roadmap 2026-03-05 13:36:55 -08:00