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
mcp: add a second-step fallback for legacy SSE (microsoft#249914)
Refs microsoft#246753 (comment) / antfu/nuxt-mcp#21
This server implementation was legacy SSE but (incorrectly) returned a
2xx from a POST request. This PR adds a second attempt at falling back
to SSE to solve this. Streamable HTTP should never emit an 'endpoint'
event, so if we see this then we will now also trigger a fallback.
This is less correct than the normal fallback route for a well-behaving
server (messages could get lost or reordered) but in the current
initialization behavior this works alright.
0 commit comments