You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: port to MCP SDK v2 (minimum-diff via compat layer)
Ports ext-apps to @modelcontextprotocol/sdk ^2.0.0-alpha.2 using the v2
backwards-compat layer. Source delta is 4 files +44/-31; the compat layer
keeps v1 deep-import paths and the ZodSchema overloads working.
Unavoidable changes:
- Protocol<X,Y,Z> -> Protocol<ContextT> generic-arity (events.ts)
- assertCapability* override params widened to string (app.ts, app-bridge.ts)
- registerAppTool callback unifies LegacyToolCallback | ToolCallback to
cover both raw-shape and StandardSchema args (server/index.ts)
CI will fail until @modelcontextprotocol/sdk@2.0.0-alpha.2 is published;
see typescript-sdk milestone v2.0.0-bc. package-lock.json intentionally
not updated in this commit.
0 commit comments