New features / v2.1.273
Notify when MCP reconnection gives up
CHANGELOG · original
Added a notification when an MCP server disconnects mid-session and automatic reconnection gives up, pointing at /mcp Open official changelog ↗ Documentation
Documentation excerpt
Mid-session drops of a remote server
Claude Code reconnects a dropped remote server with exponential backoff: up to five attempts, starting at a one-second delay and doubling it each time. What you see depends on how you're running Claude Code:
- In an interactive session:
/mcpshows the server as pending while Claude Code reconnects. After five failed attempts, Claude Code marks the server as failed, or as needing authentication when the server needs authorizing again. When it marks the server as failed, you see anMCP server "<name>" disconnected · open /mcp to reconnectnotification. You can retry manually from/mcp. - In
claude -pruns and Agent SDK sessions: Claude Code reconnects on the same schedule, with no/mcppanel to show the attempts.
Documentation snapshot · 2026-09-23