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 ·

HTTP MCP servers now default to auto-negotiating protocol version

MCP servers of type 'http' now default to auto-negotiating the protocol version instead of falling back to legacy mode

TierYou'll noticehow much it should matter to you
Useful3my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaMCPwhat it touches
KindImprovementsin v2.1.274,
Group of 2 You'll notice Notable No documentation found

MCP servers of type 'http' now default to auto-negotiating the protocol version instead of falling back to legacy mode

What

For MCP servers configured with type http, the fallback behavior for protocol-version negotiation changed: it now defaults to auto mode (attempting version probing/auto-negotiation) instead of going straight to legacy mode. This is controlled by the gate tengu_mcp_protocol_negotiation_http, which now defaults to enabled (true) unless explicitly turned off. Other MCP connection types (claudeai, stdio, ccr-proxy) are unaffected and still default to legacy fallback.

Why

Auto-negotiation lets Claude Code and an HTTP-based MCP server agree on the best protocol version to use, rather than always assuming the older legacy protocol. This can improve compatibility and unlock newer protocol features automatically for HTTP MCP servers, without any configuration change needed.

Read from
Names in the bundletengu_mcp_protocol_negotiation_http
Feature flag
tengu_mcp_protocol_negotiation_http On for this account, and not off by default

The flag server returned on for the one account this site reads, and nothing in this release compiles it off by default. The compiled default is shown below, and says which it is when we cannot read one: a fifth of gates compile in a string or a number rather than on or off, and most published releases have no gate table behind them at all. No client can see what the server returns for your account.

This account: on · anonymous baseline: on · compiled default in v2.1.274: on

These values were read against a different version of Claude Code, so treat them as the nearest reading available instead of one taken on this release.

Read once, for one account on one subscription tier, against v2.1.274. It isn't a statement about your account. What a flag value here can and cannot tell you

See this entry in the whole of v2.1.274 →