You'll notice
Useful3 Signal0
Startup waits less for MCP servers in some setups, only holding for local and deferred ones.
What's wrong with this entry?
Anonymous. No account, no email.
What
The startup wait for MCP servers takes a computed deadline and an options object instead of fixed arguments.
Details
- With an explicit MCP config flag it waits up to the MCP timeout.
- When running against an sdkUrl, outside bridge environments and not in coordinator mode, it waits only for local servers.
- Deferrable servers are always waited for.
Evidence
waitForDeferrable
Strings lifted out of the shipped bundle, so the claim above can be checked against them.