All Articles
development 3 articles
Articles tagged "development"
- 6 min read
I Reduced My MCP Tools from 96 to 10. Here's the Pattern.
MCP tool bloat is choking LLMs. The Single Tool Resource Action Pattern (STRAP) applies REST-style routing to consolidate 96 operations into 10 tools with the same functionality.
MCPAIDevelopmentPatternsGo
- 10 min read
How to Use Ballast to Bypass the Usual Headaches of Getting Your AI Agents to Use Real Data
I've hit my limit with AI systems that almost work. In demos everything looks amazing, then the moment you point an agent at real company data, everything slows down, breaks, or vanishes. Let's fix that today with Ballast.
AIRAGBallastMCPDevelopment
- 8 min read
How to Build Your Own MCP Vibe Coding Server in Go Using GoMCP
Learn how to build a blazingly fast MCP server in Go with 20 tools that give Claude everything needed to read, write, execute and debug code.
GoMCPAIDevelopmentTools