Error signatures the MCPClient retries on. Used by the JSON-RPC dispatcher to decide whether to re-issue a failed call.
Retried causes:
AbortError
network
econnrefused
connection closed
too many requests
Error signatures the MCPClient retries on. Used by the JSON-RPC dispatcher to decide whether to re-issue a failed call.
Retried causes:
AbortErrorโ timeout-induced AbortController abort.network/econnrefused/connection closedโ transient TCP/IP or sandbox-firewall hiccup.too many requestsโ upstream rate-limit; bounded retry.