Google pairs Docs MCP and Developer Skills to keep Gemini coding agents current
Original: Improve coding agents’ performance with Gemini API Docs MCP and Agent Skills. View original →
On Apr 01, 2026, Google published a practical guide for improving Gemini-based coding agents by combining Gemini API Docs MCP with Gemini API Developer Skills. The company starts from a blunt diagnosis: coding agents can generate outdated Gemini API code because their training data has a cutoff date, so even strong models may miss current SDK patterns, newer model names, or recently changed documentation.
Docs MCP is Google's answer to the freshness problem. It connects a coding agent to current Gemini API documentation, SDK references, and model information through the Model Context Protocol. That means the agent is not forced to rely only on what was present during pretraining; it can look up live product information at generation time and align its answers with the current docs surface.
Developer Skills addresses a different failure mode. Instead of only supplying raw documentation, it adds best-practice instructions, resource links, and patterns that push the agent toward Google's recommended SDK usage. In other words, one tool improves access to current facts, while the other improves the default behavior the agent applies when assembling code and setup instructions.
- Google says the combined setup reached a 96.3% pass rate on its eval set.
- The same setup used 63% fewer tokens per correct answer than vanilla prompting.
- The official onboarding path is published at ai.google.dev/gemini-api/docs/coding-agents.
The broader significance is that API providers are starting to ship control planes for third-party coding agents, not just model endpoints. If this approach works, documentation freshness and prescribed agent skills become part of the product itself, which could reduce one of the most persistent causes of agentic coding errors: confidently generating code for an API surface that has already moved on.
Related Articles
This was not just another “local models are bad” rant. The thread blew up because it mixed a blunt reality check with a serious counterargument: some of the pain comes from small models, but a lot of it may come from the harness wrapped around them.
Google launched Gemini 3.5 Flash at I/O 2026 on May 19, making it generally available the same day. It outperforms Gemini 3.1 Pro on coding and agentic benchmarks while running 4x faster at 40% lower cost.
At Google I/O 2026 on May 19, Google unveiled Gemini 3.5 Flash—which outperforms Gemini 3.1 Pro across all benchmarks at 4× the speed and half the API cost—alongside Gemini Spark, a 24/7 personal AI agent that works in the background and can be reached directly via Gmail. Spark enters beta for Google AI Ultra subscribers in the US starting the week of May 26.
Comments (0)
No comments yet. Be the first to comment!