Your MCP Doesn’t Need 30 Tools: It Needs Code
written on August 18, 2025
I wrote a while back about why code performs better
than MCP (Model Context
Protocol) for some
tasks. In particular, I pointed out that if you have command line tools
available, agentic coding tools seem very happy to use those. In the meantime,
I learned a few more things that put some nuance to this. There are a handful
of challenges with CLI-based tools that are rather hard to resolve and require
further examination.
In this blog post, I want to present the (not so ...
Read more at lucumr.pocoo.org