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.269 ·

Fixed a bug in MCP server enumeration that ignored the caller's arguments

Fixed a bug where the list of enabled MCP servers ignored the caller's actual allowlist and managed-server settings

TierYou'll noticehow much it should matter to you
Useful3my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaMCPwhat it touches
KindBug Fixesin v2.1.269,
You'll notice

Fixed a bug where the list of enabled MCP servers ignored the caller's actual allowlist and managed-server settings

What

The internal function that figures out which MCP servers (Model Context Protocol servers, which let Claude Code connect to external tools and data sources) are enabled had a bug: it read the allowedMcpServers and managedMcpServers settings from the wrong variable instead of the one it was actually passed, so it likely used stale or undefined config instead of the real settings. This is now fixed. Additionally, managedMcpServers can now be specified as an object, not just an array.

Why

This bug meant the set of MCP servers Claude Code considered enabled could be wrong regardless of what was actually configured. Fixing it makes allowedMcpServers and managedMcpServers behave as configured, and the added object format for managedMcpServers gives admins more flexibility in how they list managed servers.

Read from
Names in the bundlemanagedMcpServers
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.

Confirmed since Anthropic's documentation has since written up managedMcpServers, on Control MCP server access for your organization. * Servers you [provide through `managedMcpServers`](#provide-servers-through-managed-settings) managed-mcp 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 managedMcpServers, on Control MCP server access for your organization.

See this entry in the whole of v2.1.269 →

Feedback