Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.268 ·

Bug fix: wrong exception object interpolated into connected-client wiring error

Fixed a bug where connected-client wiring errors logged the wrong exception

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.268,
Under the hood

Fixed a bug where connected-client wiring errors logged the wrong exception

What

In the code path that adopts a connected MCP client, an error message logged when wiring fails previously referenced an unrelated variable instead of the actual exception that was caught. It now correctly logs the real caught error.

Why

This makes the "connected-client wiring failed" log message actually useful for diagnosing what went wrong, since it now shows the real error instead of an unrelated value.

See this entry in the whole of v2.1.268 →

Feedback