Two new env vars set how many MCP servers connect at once, local and remote.
What's wrong with this entry?
MCP_TOOL_TIMEOUT is now read through the central environment reader rather than parsed inline, and two new environment variables control how many MCP servers are connected at once: MCP_SERVER_CONNECTION_BATCH_SIZE (default 3) and MCP_REMOTE_SERVER_CONNECTION_BATCH_SIZE (default 20).
- The old inline parse required a value greater than zero; both tool-timeout helpers now share the one source.
- Raise the remote batch size if you have many remote MCP servers and startup connection is slow.
MCP_REMOTE_SERVER_CONNECTION_BATCH_SIZE=40 claudeMCP_REMOTE_SERVER_CONNECTION_BATCH_SIZE
Strings lifted out of the shipped bundle, so the claim above can be checked against them.