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

Declared-tools filtering for always-loaded claude.ai MCP tools

Always-loaded claude.ai MCP tools are held out of the declared tool set and loaded lazily until the tool-use decision settles.

TierUnder the hoodhow much it should matter to you
Useful3my rating, 1 to 5
Signal4worth watching, 1 to 5
AreaTool Loadingwhat it touches
KindInternal Changesin v2.1.259,
Under the hood

Always-loaded claude.ai MCP tools are held out of the declared tool set and loaded lazily until the tool-use decision settles.

A new code path filters out MCP tools flagged isMcp === true, alwaysLoad === true, and mcpInfo.scope === 'claudeai' from the initially declared tool set until the model's tool-use decision settles, wrapping the remainder in a lazy collection. This only fires when the caller hasn't already decided declared tools and at least one matching tool is present.

See this entry in the whole of v2.1.259 →

Feedback