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(mcp-server): implement SSE stream on GET /mcp to stop client polling
MCP Streamable HTTP spec requires GET /mcp to return an SSE stream
(text/event-stream) or 405. Returning plain JSON caused clients to
retry constantly, generating 666k requests/day from just 5 users.
0 commit comments