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.32 Home All releases olderv0.2.31 v0.2.33newer
Claude Code v0.2.32

New Features

Interactive MCP Setup Wizard

  • New command: claude mcp add - Launch an interactive step-by-step wizard to configure MCP (Model Context Protocol) servers
  • Step 1: Configure server name
  • Step 2: Set server scope (project-specific or global)
  • Step 3: Specify the command to run the server
  • Step 4: Add command arguments
  • Step 5: Set environment variables
  • Step 6: Review and confirm configuration
Example usage
  claude mcp add

The wizard guides you through each configuration step with helpful prompts and allows you to navigate back to previous steps if needed.

Project Onboarding Tracking

  • Added hasCompletedProjectOnboarding flag to track whether users have completed the project-specific onboarding process
  • Automatically marks project onboarding as complete after first use

See this entry in the whole of v0.2.32 →