Exponential back-off reconnect loop and tool-call retry logic for MCPConnection.
Extracted from connection.ts to keep individual file sizes under 400 LOC. Operates on an explicit ReconnectOps adapter rather than this.
connection.ts
this
Description
Exponential back-off reconnect loop and tool-call retry logic for MCPConnection.
Extracted from
connection.tsto keep individual file sizes under 400 LOC. Operates on an explicit ReconnectOps adapter rather thanthis.