| name | update-mcp-docs |
| description | Syncs `docs/mcp.md` with the actual tools exposed by `crates/regenerator2000-core/src/mcp/handler.rs`. |
Update MCP Docs Skill
This skill introspects the running MCP server and automatically updates the "Available Tools" section in docs/mcp.md.
Usage
Simply run:
.agent/skills/update-mcp-docs/scripts/run_update.sh
This will:
- Build and start the MCP server (if not already running).
- Query the
tools/list endpoint.
- specific table of tools, arguments, and descriptions.
- Update
docs/mcp.md.
When to Use
Run this skill whenever you add, modify, or remove a tool in crates/regenerator2000-core/src/mcp/handler.rs to ensure documentation stays in sync.