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
fix: use Mount instead of Route for SSE message handling
This change follows the recommended approach from MCP SDK (modelcontextprotocol/python-sdk#83)
for handling SSE messages using Starlette's Mount instead of Route.
- Replace Route with Mount for /messages/ endpoint
- Update SseServerTransport path to include trailing slash
0 commit comments