Making MCP cheaper via CLI
kanyilmaz.me
Making MCP cheaper via CLI
1–10 of 127 posts
Re: Making MCP cheaper via CLI
#2I know I saw something about the Next.js devs experimenting with just dumping an entire index of doc files into AGENTS.md and it being used significantly more by Claude than any skills/tool call stuff.
Re: Making MCP cheaper via CLI
#3Re: Making MCP cheaper via CLI
#4But MCP today isn’t ideal. I think we need to have some catalogs where the agents can fetch more information about MCP services instead of filling the context with not relevant noise.
Re: Making MCP cheaper via CLI
#5Re: Making MCP cheaper via CLI
#6MCP has some schemas though. CLI is a bit of a mess. But MCP today isn’t ideal. I think we need to have some catalogs where the agents can fetch more information about MCP services instead of filling the context with not relevant noise.
Re: Making MCP cheaper via CLI
#7But yeah, a concrete example is playwright-mcp vs playwright-cli: https://testcollab.com/blog/playwright-cli
Re: Making MCP cheaper via CLI
#8Edit: took out because I think that was something different.
Re: Making MCP cheaper via CLI
#9I’m not sure how this works. A lot of that tool description is important to the Agent understanding what it can and can’t do with the specific MCP provider. You’d have to make up for that with a much longer overarching description. Especially for internal only tools that the LLM has no intrinsic context for.
LLM only know `linear` tool exists.
I ask "get me the comments in the last issue"
Next call LLM does is
`linear --help 2>&1 | grep -i -E "search|list.issue|get.issue")` then `linear list-issues --raw '{"limit": 3}' -o json 2>&1 | head -80)` then `linear list-comments --issue-id "abc1ceae-aaaa-bbbb-9aaa-6bef0325ebd0" 2>&1)`
So even the --help has filtering by default. Current models are pretty good