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 ·

First turn now waits briefly for still-connecting SDK MCP servers

Claude Code now waits briefly for SDK-configured MCP servers to finish connecting before starting the first turn

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,
Group of 2 You'll notice

Claude Code now waits briefly for SDK-configured MCP servers to finish connecting before starting the first turn

What

When a session is configured with SDK MCP servers (external tool servers set up through the SDK), the first query of a turn now waits for any of those servers that are still connecting, instead of immediately proceeding without their tools. A new tracker keeps a list of configured-but-not-yet-connected servers and the turn logic waits on it before continuing.

The wait is bounded by the existing MCP connect timeout (default 5 seconds). Claude Code logs whether the wait timed out and which servers were still pending. If a server still hasn't connected once the wait ends, the turn proceeds without that server's tools and a warning is shown.

Why

Previously a turn could start before slow-to-connect MCP servers were ready, silently missing their tools for that turn. This change gives those servers a short grace period to finish connecting, reducing the chance that a tool is unexpectedly unavailable just because it hadn't connected yet.

See this entry in the whole of v2.1.274 →