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.0.10 Home All releases olderv2.0.9 v2.0.11newer
Claude Code v2.0.10

MCP Server Toggling in Command Palette

What: MCP servers now appear in the command palette and can be toggled on/off with a keystroke How to use:

# Open command palette (typically Ctrl+P or Cmd+P)
# Type server name to filter
# Press Enter to toggle server on/off

Details:

  • Servers are displayed with visual indicators: (enabled) or (disabled)
  • Format: [mcp] server-name with description enabled (⏎ to toggle)
  • The ide server is excluded from the list
  • Filtering works on server names (case-insensitive)
  • Toggle action immediately enables/disables the server
  • Evidence: On5() at line 420158 in v2.0.10 (was empty array stub bF5() at line 419342 in v2.0.9)

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