> A solution is to have the agent run a cli tool to access mcp services.
lol and why do you need mcp for that, why cant that be a classic http request then?
> A solution is to have the agent run a cli tool to access mcp services.
lol and why do you need mcp for that, why cant that be a classic http request then?
I use this pattern with mcp-cli, and I do that instead of a curl request for two reasons: 1) not leaking my creds into the agent session, and 2) so I can allowlist / denylist specific tools on an MCP server, which I can't do as easily if I give the agent an API token and curl.