Dropped MCP connections now retry with backoff, showing attempt counts before being marked failed.
What's wrong with this entry?
Connected MCP servers over HTTP or SSE now retry the connection with backoff when the transport closes, showing the server as pending with the current attempt number and the maximum, and marking it failed only after the attempts run out.
- Applies only to non-stdio, non-SDK servers; locally spawned stdio servers and in-process SDK servers are unaffected.
- Pending state carries
reconnectAttemptandmaxReconnectAttempts; the terminal failure reads "Connection closed again while reconnecting". - The watcher is installed unconditionally with no flag, and stands down while another reconnect is already in flight or the run is shutting down.
Connection closed again while reconnecting
Strings lifted out of the shipped bundle, so the claim above can be checked against them.