Update MCP SDK migration plan #13

Merged
Snider merged 3 commits from agent/update-the-migration-plan-at-docs-plans into dev 2026-03-24 11:43:22 +00:00

3 commits

Author SHA1 Message Date
Snider
f15d2cb6ce Merge origin/dev into agent/update-the-migration-plan-at-docs-plans
Resolve conflicts:
- docs/plans/2026-03-21-mcp-sdk-migration.md: keep PR version (AX conventions + notifications plan)
- pkg/mcp/tools_process_ci_test.go: keep dappco.re/go/core import + new Core API

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-24 11:42:10 +00:00
Snider
ea81084058 docs(mcp): add SDK migration plan for AX conventions + notifications
5-phase plan covering:
- Options{} struct replacing functional options (breaking)
- SendNotificationToAllClients + claude/channel capability
- Usage-example comments on all public types
- Notifier interface for subsystem event broadcasting
- Consumer migration guide for agent/ide modules

Evaluated mark3labs/mcp-go vs official SDK; recommends staying on
official SDK with Server.Sessions() wrapper for notifications.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-21 12:34:14 +00:00
Snider
4c6c9d7709 refactor: migrate core import to dappco.re/go/core
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-21 12:13:52 +00:00