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 ·

IDE MCP server identified via x-mcp-server-id header and fixed UUID

Claude Code now recognizes its own IDE MCP server via a header and fixed ID, driving tool auto-allow

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

Claude Code now recognizes its own IDE MCP server via a header and fixed ID, driving tool auto-allow

What

Claude Code can now tell when an MCP (Model Context Protocol) server connection is actually its own IDE integration by reading an x-mcp-server-id header from the server's configuration and comparing it against a fixed, known value. This recognition feeds into decisions like automatically allowing the mcp__ide__executeCode tool and detecting servers that are set up dynamically.

Why

By positively identifying the IDE's own server instead of guessing, Claude Code can safely grant it default permissions (like running code) without prompting, while still treating unrecognized MCP servers cautiously.

See this entry in the whole of v2.1.267 →