You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: automatic tool-count trimming to stay within per-provider limits
Claude Code with many MCP servers easily exceeds Anthropic's 128-tool limit,
returning a hard 400. Bildy now trims the tool list to fit the resolved
provider's ceiling before forwarding, using a smart strategy: tools that
appear in recent conversation history (tool_use blocks) are kept first so
the most relevant tools survive the cut.
Per-provider limits (conservative where undocumented):
anthropic/openai/groq: 128
cloudflare: 100
cerebras/nvidia: 64
Override globally via bildy.config.json: { "routing": { "maxTools": N } }
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments