|
|
|
|
|
by mrgaro
14 days ago
|
|
Another examole which is trivial with MCP but hard with cli binaries: blocking certain commands, such as write operations from the agent. With MCP your client can easily have a blocklist for commands, but with cli you would need to code custom logic for each cli separately. |
|
That’s how I use gh, aws, etc. No need to modify any of the code in the cli, they’re just wrappers.