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 releases Home olderv0.2.48 v0.2.50newer

Claude Code v0.2.49

4 entries read diff v0.2.48 → v0.2.49 Markdown
Find
Pick an entry · j / k steps through
1 entry

Changesopen

#

# Claude Code v0.2.49 Changelog

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

5 entries

MCP Server Scope Terminology Updateopen

#

The primary change in this version is a renaming of MCP (Model Context Protocol) server scopes to improve clarity:

Scope Renaming#

  • "project" → "local": MCP servers that are specific to the current project are now called "local" servers
  • "global" → "user": MCP servers available across all projects are now called "user" servers

What This Means for Users#

When managing MCP servers, you'll now see updated terminology:

  • Local servers (formerly "project"): Private to you in the current project
  • User servers (formerly "global"): Available in all your projects
  • Project servers: Shared via .mcp.json (terminology unchanged)

Examples#

When using MCP-related commands, the scope names have changed:

# Adding an MCP server with the new scope names
claude mcp add --scope local    # Adds to current project only
claude mcp add --scope user     # Adds to all your projects

# The allowed scopes list now shows:
# ["local", "user"] instead of ["user", "global"]

Technical Details#

The update includes:

  • Updated display strings in the vj function that formats scope names for user display
  • The DO5 variable (allowed scopes list) now contains ["local", "user"] instead of ["user", "global"]
  • Import optimizations for stream handling modules

This is a terminology-only change that makes the scope names more intuitive - no functionality has been altered.

Verbatim
Official · Anthropic

Anthropic’s official release notes

Published verbatim by Anthropic for v0.2.49. Text is unmodified from the upstream changelog. Everything else on this page came out of the bundle instead, which is why the two lists don't match.

  • Previous MCP server scopes have been renamed: previous "project" scope is now "local" and "global" scope is now "user"
System prompt

The system prompt was not captured for this release, so this page cannot say whether it moved.