Update MCP Docs

Syncs `docs/mcp.md` with the actual tools exposed by `crates/regenerator2000-core/src/mcp/handler.rs`.

ricardoquesada 92b44e5 4 files · 10.3 KB Updated

File contents

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:

  1. Build and start the MCP server (if not already running).
  2. Query the tools/list endpoint.
  3. specific table of tools, arguments, and descriptions.
  4. 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.

ricardoquesada/regenerator2000/tree/main/.agent/skills/update-mcp-docs commit 92b44e5c8e

Frequently asked questions

npx skillmds@latest add ricardoquesada/update-mcp-docs