utilitybelt

Crates.ioutilitybelt
lib.rsutilitybelt
version0.0.0
created_at2025-03-24 07:59:51.535615+00
updated_at2025-03-24 07:59:51.535615+00
descriptionA CLI tool for interacting with MCP endpoints
homepage
repository
max_upload_size
id1603545
size67,654
richardanaya2_2048b.Q6_K.gguf (richardanaya)

documentation

README

utilitybelt

A CLI tool for interacting with MCP endpoints.

Usage

The purpose of this tool is to load aider with context of how to call tools on an MCP endpoint.

inside aider

/run utilitybelt 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 utilitybelt tools call https://api.example.com <tool_name> <tool_params>
Commit count: 0

cargo fmt