Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.265 ·

New SSE POST error classifier to distinguish real failures from benign JSON-RPC responses

Claude Code now tells apart real SSE connection failures from harmless error-looking responses

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaMCPwhat it touches
KindBug Fixesin v2.1.265,
Under the hood

Claude Code now tells apart real SSE connection failures from harmless error-looking responses

What

When posting to an MCP server's streaming endpoint (SSE, a way servers push data over an HTTP connection) fails with an HTTP 400, 404, or 405 status, Claude Code now looks inside the response body to check whether it's actually a harmless JSON-RPC response with a null ID, rather than a real connection failure.

Why

This avoids treating a technically error-coded but benign server response as a genuine connection problem, which should cut down on false failure reports for some MCP servers.

See this entry in the whole of v2.1.265 →

Feedback