add-mcp-tool
Installation
SKILL.md
/add-mcp-tool
Add a new MCP tool to the nucleo MCP server for Claude Desktop integration.
Instructions
- Ask for the tool name and what CLI command it wraps
- Add a params struct in
src/mcp/tools.rs - Add a
#[tool]method to theNucleoServerimpl using theParameters<T>extractor - The tool should call
self.run()orself.run_owned()with the CLI args - Run
cargo checkto verify