FeatureFebruary 25, 20261 min read
MCP Code Mode Server
The new Code Mode MCP endpoint exposes just search and execute, cutting MCP context overhead dramatically for coding assistants.
mcpcode-modedeveloper-toolscli
Code Mode is a second hosted MCP endpoint designed for AI coding tools that do better with a tiny tool surface and a live API object. Instead of loading dozens of fixed tool schemas, clients get search and execute and can discover or call the API with JavaScript.
That cuts context overhead dramatically while making multi-step API work more natural for capable models like Claude, GPT, and Gemini.