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.242 Home All releases olderv2.1.241 v2.1.243newer
Claude Code v2.1.242

Clearer errors when a page requests an unavailable MCP server

You'll notice
Useful2 Signal2
MCP

A page asking for an unavailable MCP server now gets one of three specific rejections.

What

The single "reserved server name" rejection has been split into three distinct outcomes with separate counts: an internal host server name, an opaque server id, and a malformed manifest.

Details
  • The error text now states that built-in Claude app servers are never exposed to pages as host servers.
  • It lists the connectors seen during the session so you can pick a valid server value.
Evidence

internal_host_server_name

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

See this entry in the whole of v2.1.242 →