mcp
Articles
A Design Tool Bake-Off - Figma MCP vs Google Stitch
Mar 28, 2026 · 7 min read
We tested Figma MCP and Google Stitch head-to-head on the same three UI panels. Sixty API calls versus three.
When Your Agents Spend 40 Hours on One Auth Bug
Mar 28, 2026 · 12 min read
Four root causes, 40+ hours of agent time, one MCP auth failure. The final fix was a one-line CLI command.
Tool Registration Is Not Tool Integration
Mar 28, 2026 · 8 min read
Registering an MCP server in a CLI config means the CLI can discover the tools. It does not mean the tools can access the credentials they need to function.
How We Built an Agent Context Management System
Feb 14, 2026 · 28 min read
Building centralized context management so AI agents start every session with the right knowledge.
96% Token Reduction - Lazy-Loading Agent Context
Feb 7, 2026 · 8 min read
How we cut session startup token consumption by 96% by switching from eager document loading to an index-and-fetch pattern.