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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Patch Changes
b9e6d76: Return an actionable 410 Gone Problem Details response when a client attempts the removed HTTP+SSE transport with GET /sse. The response explains that clients can configure the existing /sse URL to use Streamable HTTP or, preferably, move to /mcp for future compatibility. It preserves query parameters, identifies the recommended replacement in a Link header, and is available before OAuth authentication. Streamable HTTP POST requests continue to work on both /sse and /mcp.