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.
Names in the bundlemcp_reconnect