Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.274 ·

MCP server config now validates "sdk" type entries against an allowed channel

MCP server configs of type "sdk" are now validated against an allowed channel before loading

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.274,
You'll notice

MCP server configs of type "sdk" are now validated against an allowed channel before loading

What

When Claude Code loads MCP (Model Context Protocol) server configuration at startup, entries with type: "sdk" are now checked against a validation function before being accepted. Entries that fail this check are dropped, with a warning, instead of being silently loaded.

Separately, Anthropic's documentation notes that in cloud sessions, Claude Code ignores server-delivered mid-session MCP updates reaching cloud sessions through cloud session configuration or SDK setMcpServers() calls, though in-process type: "sdk" entries stay exempt from that restriction.

Why

This stops sdk-type MCP server entries from loading outside the channel they're meant to run in.

Read from
Names in the bundletype: "sdk"
What the documentation says
type: "sdk" All settings modified, medium confidence In cloud sessions, Claude Code also ignores server-delivered mid-session MCP updates, the path behind cloud session configuration and SDK `setMcpServers()` calls that reach those sessions. In-process `type: "sdk"` entries stay exempt there… see the edit
How sure we are
One source agreesOne thing we can check says the same as this entry.
Anthropic's documentation agreestype: "sdk" on All settings

See this entry in the whole of v2.1.274 →