| Crates.io | mcpctl |
| lib.rs | mcpctl |
| version | 0.0.0 |
| created_at | 2025-03-24 07:31:27.14702+00 |
| updated_at | 2025-03-24 07:31:27.14702+00 |
| description | A CLI tool for interacting with MCP endpoints |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1603525 |
| size | 67,610 |
A CLI tool for interacting with MCP endpoints.
The purpose of this tool is to load aider with context of how to call tools on an MCP endpoint.
inside aider
/run mcpctl describe https://api.example.com
this should a list of command line calls to aider to use as suggestions for tools it can call.
when tools are suggested, aider should use the following format:
/run mcpctl tools call https://api.example.com <tool_name> <tool_params>