v2.0.1
Changed 2
- Mount the MCP handler directly at a framework route instead of using legacy transport endpoint routing
- CLI now generates app/api/mcp/route.ts for the MCP handler
Deprecated 1
- Legacy route, SSE, Redis, and session config keys remain accepted as ignored 2.x compatibility shims
From mcp-handler
Patch Changes
- e6e6378: Mount the MCP handler directly at a framework route and remove legacy transport endpoint routing. The CLI now generates
app/api/mcp/route.ts; deprecated route, SSE, Redis, and session config keys remain accepted as ignored 2.x compatibility shims.