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

Design-connector MCP detection consolidated into a shared helper

Design-connector MCP detection logic was consolidated into shared helper functions

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

Design-connector MCP detection logic was consolidated into shared helper functions

What

Two nearly identical internal functions that decide whether a design-tool MCP (Model Context Protocol) server should get special design-connector treatment used to each inline their own URL-scheme/path check and auth-header check. Both now call the same shared helper functions instead.

Why

This is an internal cleanup that removes duplicated logic; it should not change behavior for users but makes the design-connector detection easier to maintain consistently.

See this entry in the whole of v2.1.274 →

Feedback