Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.248 Home All releases olderv2.1.247 v2.1.250newer
Claude Code v2.1.248

MCP errors sent to Remote Control clients are filtered to a fixed list

You'll notice
Useful2 Signal3
Remote Control not in their notes

In bridge mode, unknown MCP errors are collapsed to "connection failed" for remote clients.

CLAUDE_CODE_ENVIRONMENT_KIND
What

In bridge mode (CLAUDE_CODE_ENVIRONMENT_KIND=bridge), the per-server error map returned for an MCP server update now only passes through known reasons such as "Blocked by enterprise policy (allowedMcpServers/deniedMcpServers)", "Ignored in hermetic mode (not declared in user config)" and "Ignored in a Remote Control session: MCP servers are loaded only from the verified startup config on this machine". Anything else becomes "connection failed". Outside bridge mode the original text is still returned.

Details
  • Two error shapes are additionally allowed by pattern: Server status: <status> and Server not found: <name> (name limited to 64 characters of letters, digits, space, underscore, dot and hyphen).
  • Server-name keys are sanitized too and duplicates get a #2 suffix.
Evidence

Ignored in a Remote Control session: MCP servers are loaded only from the verified startup config on this machine

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.248 →