Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.273 ·

MCP server allowlist policy can now be inherited from lower-priority admin settings, with a warning when it's shadowed

Claude Code now looks across all managed settings sources for MCP allowlist/lock policy and warns admins when a lower-priority source is being ignored

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaMCPwhat it touches
KindImprovementsin v2.1.273,
Group of 3 You'll notice

Claude Code now looks across all managed settings sources for MCP allowlist/lock policy and warns admins when a lower-priority source is being ignored

What

Organizations can control which MCP (Model Context Protocol) servers Claude Code is allowed to use through settings like allowManagedMcpServersOnly and allowedMcpServers. Previously these were read from a single merged settings object. Now:

  • Claude Code computes these values by combining the highest-priority settings source (the "slot") with the list of admin policy tiers, so a policy set only in a lower-priority admin settings source can still take effect even if there's no explicit override in the higher-priority one.
  • If the top-priority settings slot doesn't explicitly set allowManagedMcpServersOnly to false, Claude Code now falls back to an allowlist derived from the admin tiers rather than ignoring it.
  • A new startup warning lists any MCP-related policy keys that are set in a lower-precedence managed settings source and are therefore not being applied, and points admins to the /status command to see which keys are affected.

Why

Before this change, an MCP allowlist or lock configured only in a lower-priority admin settings file could be silently ignored if it wasn't also set at the top level, leaving organizations less protected than intended. Now the policy is inherited correctly, and when a setting is still being shadowed by a higher-priority source, admins get a clear warning instead of a silent gap.

Read from
Names in the bundle/status
Since it was published

The entry above is what we published on the day. These lines were added later, as Anthropic's own pages caught up, and they sit beside the original rather than replacing it.

Added since A small documentation edit on Manage costs effectively touched a line naming /status after this was published. For a response from the Claude API billed at the 1.1× [data residency rate](https://platform.claude.com/docs/en/about-claude/pricing#data-residency-pricing), Claude Code multiplies the list price of that response's tokens by 1.1 in the ses… costs see the edit
Confirmed since Anthropic's documentation has since written up /status, on Claude Code changelog. * Fixed `/status` not showing the `apiKeyHelper` failure that its own error banner told you to check changelog see the edit
How sure we are
One source agreesOne thing we can check says the same as this entry.
Anthropic's documentation agreesAnthropic's documentation has since written up /status, on Claude Code changelog.

See this entry in the whole of v2.1.273 →

Feedback