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.235 Home All releases olderv2.1.234 v2.1.236newer
Claude Code v2.1.235

Unloaded MCP tools are recognised as MCP in permission prompts

You'll notice
Useful3 Signal2
MCP

Permission prompts now recognise MCP tools by name even when the server isn't loaded.

What

When Claude Code builds a placeholder for a tool name it does not have loaded, it now decides whether the tool is an MCP tool from the mcp__ name prefix instead of always answering no. Permission rendering and rule matching now treat those names as MCP tools even when the real tool is unavailable.

Evidence

mcp__

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