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

Technical Changes

Refactored MCP Architecture

  • Replaced monolithic MCP initialization with a more modular approach:
  • New cS1() function for parallel MCP server connections
  • New zx2() function for aggregating MCP resources
  • New Qx2() React hook for managing MCP state in the UI
  • Improved error handling with per-server error isolation
  • Better separation of concerns between connection, tool discovery, and prompt discovery

Performance Optimizations

  • Changed from SHA-256 web crypto API to Node.js native crypto module for hash operations
  • More efficient stream handling with direct Readable imports
  • Improved memoization for tool and command lists with new gl2() and Ul2() utility functions

Code Quality

  • Better TypeScript/Zod schema validation for MCP server configurations
  • Cleaner import organization and dependency management
  • More consistent error messaging and logging patterns

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 v0.2.41 →