Making MCP Tool Calls Scriptable with mcp_cli
joshbeckman.org·9h·
Discuss: Hacker News
Flag this post

The fall colors in my yard are dazzling me this week

The fall colors in my yard are dazzling me this week

I will often explore a solution or script with an LLM agent (e.g. Claude Code) for a while. I’ll iterate on ways to extract data from the current codebase and use that to call MCP server tools, eventually getting to something I’d like to run regularly.

For example, I might want to pull all the recent errors for the application (queried from logs exposed by MCP server tools) and correlate them to find problematic areas of the codebase. In exploring this, the LLM agent can get me to an answer, but the program of getting there is locked and woven away inside the conversation history with th…

Similar Posts

Loading similar posts...