Source Intelligence
Sweep 28 Aug 2026 · 00:00Z Build v2.1.250 478 read Stable v2.1.236 Latest v2.1.250 Next v2.1.251 Feeds RSS JSON llms.txt
Reading a new release v2.1.251 Analysing changes · 2/5 Deeper second pass · 0/5 agents 427 findings $12.75 so far

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.

Reference / Slash commands

/mcp

A Claude Code slash command, read out of the shipped bundle. No mined inventory carries it: everything below comes from what this site has written about it.

What it is

Manage MCP server connections and OAuth authentication. Run with no argument to open the interactive list, pass reconnect <server> to reconnect one disconnected server, or pass enable/disable with a server name or all to change connection state without opening the dialog. Also available in non-interactive mode (-p), where running it with no argument prints a text summary of server status instead of opening the list; requires Claude Code v2.1.205 or later

Anthropic's own wording. Read off Commands, captured 2026-08-28.

Presence across releases

The miner has never read a build containing this name. It is here because a changelog entry of ours names it, which is evidence that it existed and not evidence of which releases carried it. The inventory starts at v2.1.138 and everything older than that was never mined.

Changelog entries naming it

  1. v2.1.248/mcp warns when a tool description is too long for the model

    /mcp now flags tools whose description is too long for the model to fully receive.

    named in this entry

  2. v2.1.248MCP and OAuth errors are redacted when the session persists off your machine

    MCP and OAuth error text is redacted when your session runs off your machine.

    named in this entry

  3. v2.1.248/mcp groups claude.ai connectors by a check rather than one exact type name

    /mcp now groups claude.ai connectors correctly even when configured in different shapes.

    named in this entry

  4. v2.1.248Caller-supplied names are sanitised before being echoed in error messages

    Names you or a caller supply are sanitised before appearing in error messages.

    named in this entry

  5. v2.1.247/mcp server dialog no longer acts on the wrong row

    Pressing Enter in the /mcp server list no longer opens the wrong server.

    named in this entry

  6. v2.1.238Calling a tool on a disabled MCP server errors instead of quietly reconnecting

    Calling a tool on a disabled MCP server would tell you to re-enable it, but that path is off.

    named in this entry

  7. v2.1.238MCP servers can be turned off per project, with clearer failure reasons

    You can disable an MCP server per project, and failures now name the actual reason.

    named in this entry

  8. v2.1.238Reconnecting an MCP server can discard its cached discovery

    Reconnecting an MCP server can now throw away its cached tool list and rediscover everything.

    named in this entry

  9. v2.1.238MCP servers can connect lazily from a cached entry

    Tool calls to a remembered MCP server could dial it on demand, but the cache behind it is off.

    named in this entry

  10. v2.1.227/mcp reconnect reports every reason at once

    /mcp reconnect all now lists every reason servers failed in one message instead of stopping early.

    named in this entry

  11. v2.1.227/mcp explains servers changed in another session

    /mcp now explains servers that another session enabled or disabled behind your back.

    named in this entry

  12. v2.1.227Bulk MCP reconnect and enable/disable report changes made in other sessions

    Bulk MCP reconnect and enable now summarise when another session changed servers behind you.

    named in this entry

  13. v2.1.223/mcp is dispatchable from thin clients

    You can now run /mcp from thin clients where it was previously hidden.

    named in this entry

  14. v2.1.223MCP status reply trims terminal-only advice in non-interactive and remote sessions

    The /mcp status reply stops telling you to type commands you cannot type in that session.

    named in this entry

  15. v2.1.223/mcp summary drops the "use the terminal" hint in remote workspaces

    The /mcp status line stops telling you to use a terminal you don't have in remote workspaces.

    named in this entry

  16. v2.1.222MCP: rejected claude.ai session token is now visible

    Your MCP server list now flags a rejected login token, and clears the warning once it recovers.

    named in this entry

  17. v2.1.221Inline /mcp enable/disable detects changes made in another session

    When /mcp enable or disable does nothing, it now tells you if another session already changed it.

    named in this entry

  18. v2.1.221/mcp status surfaces cached servers

    The /mcp view now counts cached servers separately so you can tell them from live connections.

    named in this entry

  19. v2.1.221Reconnecting a disabled MCP server tells you to enable it

    Reconnecting a disabled MCP server now just tells you to enable it first.

    named in this entry

  20. v2.1.221MCP servers can start in a new "cached" state instead of blocking on connect

    MCP servers with a saved cache now show tools instantly and only connect when you first use them.

    named in this entry

  21. v2.1.221MCP reconnect and enable refuse to run against a disabled server

    Reconnecting or enabling a disabled MCP server now fails with a message telling you to enable it in /mcp.

    named in this entry

  22. v2.1.221MCP enable/disable failures report the underlying error

    Turning an MCP server on or off now shows the real error instead of a vague message.

    named in this entry

  23. v2.1.221/mcp enable and disable report per-server failures

    Enabling or disabling MCP servers now tells you when some didn't actually change.

    named in this entry

  24. v2.1.221MCP server details show the negotiated protocol version

    MCP server details now show the protocol version negotiated with each connected server.

    named in this entry

  25. v2.1.221MCP server menu hides Authenticate for disabled or blocked servers

    In /mcp, Authenticate is hidden for disabled or policy-blocked servers, with an explanation if you try.

    named in this entry

  26. v2.1.221Rewritten inline /mcp replies for cross-session enable/disable

    /mcp now tells you when another session already enabled or disabled a server, and how to make your change stick.

    named in this entry

  27. v2.1.221/mcp explains cross-session enable/disable drift

    /mcp gains clearer messages for cross-session enable/disable conflicts and servers blocked by managed policy.

    named in this entry

  28. v2.1.219MCP reconnect failure text is sanitized and length-capped

    MCP reconnect errors now show cleaned-up, shortened text instead of raw messy error output.

    named in this entry

  29. v2.1.219Unused MCP skills are now called out separately

    Unused MCP skills get their own line in the skill report with server-specific advice.

    named in this entry

Documentation pages

A reference table page is one whose own table defines this name, and it is where the description above came from. A page that mentions it carries the name somewhere in its text and may say nothing about it at all. Every page carrying it.

Read out of the published npm bundle release by release, and out of Anthropic's own documentation as this site captured it. Nothing on this page is a description anybody here wrote about what the slash command does. All slash commands.