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 v0.2.41 Home All releases olderv0.2.40 v0.2.42newer
Claude Code v0.2.41

New Features

MCP (Model Context Protocol) Status Command

  • New command: /mcp - Shows the connection status of all configured MCP servers
  • Displays a formatted list of MCP servers with their connection states:
  • connected (green) - Successfully connected to the server
  • connecting… (yellow) - Connection in progress
  • failed (red) - Connection failed
  • Includes debug mode support with --mcp-debug flag for inline error logs
  • Shows log file location for troubleshooting failed connections

Example output:

MCP Server Status

• server1: connected
• server2: connecting…
• server3: failed

Run claude with --mcp-debug to see error logs inline, or view log files in: /path/to/logs

See this entry in the whole of v0.2.41 →