UtilityBelt
UtilityBeltは、Rustプログラミング言語用の便利なツール集であり、開発者が効率的に作業を行うための機能を提供します。コード生成、デバッグ、テストなどの機能が統合されており、Rustのエコシステムでの開発を大幅に簡素化します。特に、初心者から中級者の開発者にとって、学習曲線を緩和し、プロジェクトの生産性を向上させることが期待できます。
GitHubスター
9
ユーザー評価
未評価
お気に入り
0
閲覧数
114
フォーク
2
イシュー
0
README
A CLI tool for interacting with MCP endpoints for CLI based AI agents (like aider)
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://mcp-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://mcp-example.com <tool_name> "<tool_params_escaped_json>"
See it work
Using an MCP endpoint for a calculator in aider.