Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.274 ·

MCP credential-rejection reconnect now checks an explicit reason code

MCP reconnect-and-retry on credential failure now checks for a specific "credential_rejected" reason rather than any generic failure

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaMCPwhat it touches
KindImprovementsin v2.1.274,
Under the hood

MCP reconnect-and-retry on credential failure now checks for a specific "credential_rejected" reason rather than any generic failure

What

When an MCP tool call fails, Claude Code has logic to clear the cached connection and retry once. This retry used to trigger on a generic boolean condition, but now it only triggers when the failure reason is specifically credential_rejected.

Why

This makes the reconnect-and-retry behavior more precise, so Claude Code only clears and retries the connection when the failure was actually a credential rejection, rather than any other kind of failure.

See this entry in the whole of v2.1.274 →