# Update MCP Docs

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

- Skill: `ricardoquesada/update-mcp-docs` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add ricardoquesada/update-mcp-docs`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ricardoquesada/update-mcp-docs/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: ricardoquesada (https://skillmd.com/u/ricardoquesada)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/ricardoquesada/update-mcp-docs

---


# 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:

```bash
.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.

