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

MCP tool-listing pipeline refactored to a shared metadata object plus overrides

Internal rework of how Claude Code builds MCP tool listings, with no user-facing behavior change described

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

Internal rework of how Claude Code builds MCP tool listings, with no user-facing behavior change described

What

The internal code that builds the list of tools exposed by MCP (Model Context Protocol, a standard for connecting external tools to Claude) servers was restructured. Shared metadata for a server, such as its name, scope, prompt overrides, and telemetry info, is now built once per server, and each individual tool merges in its own overrides (such as Claude-in-Chrome or SDK server overrides) through a shared builder function, instead of each tool being assembled inline from scratch.

Why

This is a code organization change to how MCP tool metadata is assembled internally; it does not describe a change in what tools do or how they behave.

See this entry in the whole of v2.1.267 →