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 ·

MCP discovery can skip cache/connect when tools are already known

MCP server setup can now skip the discovery cache and connection entirely when a server's tools are already known

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

MCP server setup can now skip the discovery cache and connection entirely when a server's tools are already known

What

When Claude Code connects to an MCP server and discovers its available tools, the setup function can now be given a pre-supplied map of tools. If a server's tools are already known this way and it isn't a live connection, discovery short-circuits straight to building the result, skipping the discovery cache lookup and skipping opening a new connection entirely.

Why

This avoids redundant cache checks and connection attempts when the tool list for a server is already known, which should make repeated MCP setup faster in that case.

See this entry in the whole of v2.1.268 →

Feedback