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.273 ·

MCP tool-call auth-error telemetry no longer thrown as an exception

A bug that could crash MCP auth-error logging with a stray exception has been fixed

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal0worth watching, 1 to 5
AreaMCPwhat it touches
KindBug Fixesin v2.1.273,
Under the hood

A bug that could crash MCP auth-error logging with a stray exception has been fixed

What

When Claude Code logs telemetry for an MCP tool call that failed with a 401 authentication error, the logging call was accidentally wrapped in a throw, which meant it threw an undefined value instead of just recording the telemetry and letting normal error handling continue. That stray throw has been removed.

Why

This fixes a bug where recording an MCP authentication-error telemetry event could itself throw an unexpected error, potentially interfering with the normal handling of that error.

See this entry in the whole of v2.1.273 →