You'll notice Notable
MCP passthrough tool lists can now hold up to 1024 tools instead of 256, and can carry annotations/hints
What
Claude Code forwards its MCP (Model Context Protocol) tools to worker processes using an internal "passthrough" list. That list's limit was raised from 256 entries to 1024, so setups with a very large number of MCP tools no longer hit the old cap. Each entry in the list can also now carry optional annotations and hints fields.
Why
Users connecting many MCP servers with lots of tools were previously capped at 256 forwarded tools; the higher limit removes that ceiling for larger tool setups.