Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
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.
What's wrong with this entry?
The primary change in this version is a renaming of MCP (Model Context Protocol) server scopes to improve clarity:
What's wrong with this entry?
What's wrong with this entry?
When managing MCP servers, you'll now see updated terminology:
What's wrong with this entry?
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"]
What's wrong with this entry?
The update includes:
vj function that formats scope names for user displayDO5 variable (allowed scopes list) now contains ["local", "user"] instead of ["user", "global"]This is a terminology-only change that makes the scope names more intuitive - no functionality has been altered.
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.
The system prompt was not captured for this release, so this page cannot say whether it moved.