Source: Apr 2026 conventions audit
Problem
`plugins/cc/package.json` pins `@modelcontextprotocol/sdk: ^1.12.1`. As of Apr 2026 the SDK has moved several minors past this; we may be missing:
- Updated capability namespaces
- Improved Server/Transport ergonomics
- Bug fixes in stdio transport
- Type improvements
Fix
`bun update @modelcontextprotocol/sdk --latest` then verify:
- Smoke test passes (initialize + tools/list + tools/call)
- Capabilities object still accepts `experimental` key
- `server.notification(...)` API unchanged
- zod-to-json-schema still produces compatible output
Acceptance criteria
Source: Apr 2026 conventions audit
Problem
`plugins/cc/package.json` pins `@modelcontextprotocol/sdk: ^1.12.1`. As of Apr 2026 the SDK has moved several minors past this; we may be missing:
Fix
`bun update @modelcontextprotocol/sdk --latest` then verify:
Acceptance criteria