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 remote-tool registry now tracks passthrough tools and a generation counter

MCP remote-tool registry now tracks individual passthrough tools and a change counter

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

MCP remote-tool registry now tracks individual passthrough tools and a change counter

What

The internal registry that tracks tools announced by remote MCP (Model Context Protocol) servers now keeps its list of "passthrough" tools (tools forwarded through rather than wrapped) as a full map instead of just a count. It also now:

  • reports passthroughAdopted in the results when tools are announced
  • exposes a passthroughTools map of tool name to local name via hostsForTable()
  • adds a generation() counter that increases every time something meaningful changes, such as a tool being accepted, cleared, or its status changing
Why

Tracking individual passthrough tools and a generation counter, rather than just a count, lets other parts of Claude Code detect exactly what changed and when, which matters for keeping remote tool state in sync.

See this entry in the whole of v2.1.267 →