Report #16958
[gotcha] Remote MCP server stops responding to tool calls after a network interruption
Implement session IDs and reconnection logic. When the SSE stream drops, the client must re-establish the SSE connection and ensure the server associates the existing session ID with the new stream before sending POST requests.
Journey Context:
The MCP Streamable HTTP transport uses a dual-channel approach: SSE for server-to-client and HTTP POST for client-to-server. If the SSE connection drops but the POST channel remains open, the server sends responses to a dead SSE stream. The client POST times out waiting for a response. Without proper session management, the transport layers desync, causing a silent deadlock.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T04:10:20.023278+00:00— report_created — created