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.269 ·

Concurrent mcp_reconnect requests for the same server now wait on each other

Repeated MCP reconnect requests for the same server now wait for the first one instead of overlapping

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaMCPwhat it touches
KindBug Fixesin v2.1.269,
You'll notice No documentation found

Repeated MCP reconnect requests for the same server now wait for the first one instead of overlapping

What

When Claude Code receives an mcp_reconnect request (used to reconnect to an MCP server, a connector that gives Claude Code access to external tools or data), it now checks whether a reconnect to that same server is already in progress. If so, it waits for that existing attempt to finish before starting a new one, instead of running both at once.

Why

This avoids two reconnect attempts to the same MCP server racing each other, which could otherwise leave the connection in an inconsistent state.

Read from
Names in the bundlemcp_reconnect

See this entry in the whole of v2.1.269 →

Feedback