10 ms·
> 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?
by gum_wobble 5mo ago
> 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?
- deleted 5mo ago[deleted]
- senordevnyc 5mo agoI 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.