Nothing to try yet
Claude Code now also skips waiting for an SDK MCP update to finish under an additional internal condition
What
When Claude Code updates an SDK MCP server (a Model Context Protocol server run through the SDK), it decides whether to wait for that update to finish before continuing, or to let it run in the background. Previously that decision only checked whether a retry had failed. Now it also skips the wait when a second, newly added internal condition is true.
Why
This affects internal timing only; a reader would not see it directly beyond Claude Code potentially proceeding without waiting on an SDK MCP update in more cases than before.
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubt
The finding does not say what the new condition (`Mp() && !Ji`) represents in user-facing terms.