Today's drop is Code Mode feature on MCP Bridge. The problem we kept seeing: tool definitions eat the context window. ~250 tokens per definition, and a real enterprise API has 100+ operations. Before the agent has done anything, the prompt is 50,000 tokens of schema. 🤯 What we shipped, instead of loading every tool definition, the agent gets 3 meta-tools: 1. search_tools: find the right tool by describing what you need 2. get_tool_schema: pull a specific tool's schema on demand 3. execute_code: run multi-step tool calls in a sandboxed JS runtime Net result on real enterprise API surfaces: ~98% context window reduction. The model only sees the tools it picks, only when it needs them. As a bonus, loops and conditionals live in execute_code, 800 customer lookups doesn't mean 800 inference round trips. Cloudflare and Anthropic have both written about Code Mode. What's new: it's built into the platform that already translates REST, GraphQL, SOAP, and gRPC into MCP. You get Code Mode without giving up multi-protocol coverage. Full writeup with benchmarks & early access under comments. Launching MCP Bridge on Product Hunt this Thursday 🚀
Code Mode: 3 meta-tools instead of 200 tool definitions https://www.appfactor.io/blog/code-mode-3-meta-tools-instead-of-200-tool-definitions
Early access: https://www.mcp-bridge.ai/