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.221 Home All releases olderv2.1.220 v2.1.222newer

MCP authentication is refused for servers disabled elsewhere or blocked by policy

You'll notice
Useful3 Signal0
MCP

Claude now refuses to start MCP login for servers that are disabled or blocked by policy, and says why.

What

The SDK and control-plane onMcpAuthenticate path now validates the server before starting an OAuth flow, so you get a clear message instead of an authentication that could not have been used.

Details
  • Checks that MCP UI controls are available, that another session has not disabled the server, and that managed policy does not block it.
  • Each failing check throws user-facing text rather than proceeding.
  • A new managed-policy message was added for the policy-blocked case.
Evidence

MCP server blocked by managed policy; auth refused

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.221 →