SSE Hangs After Disconnect
When a client connects to an MCP server using SSE transport and disconnects before the server sends any events:
- Server sends
http.response.start(HTTP 200 + headers) - Client disconnects before any SSE events are generated
- Server never sends
http.response.bodymessage
I'm limited with how much additional information I can provide. I'm working with my enterprise Open Source team to figure out the proper way to navigate this.