mcp-toolkit
Installation
SKILL.md
When to use this skill
- You are adding a new
mcp/<name>server or editing the repo layout. - You need the build, test, lint, or security rules.
- You want the shared
internal/mcppatterns or module path convention.
How to use
- Read this skill for the multi-module layout and security rules.
- Run
make all,make gosec, and per-servermake test. - Copy
mcp/scaffold/to start a new server and follow the conventions. - Cross-reference per-server skills such as
rns,meshchatx, orworkspace.
Examples
- "Add a new
mcp/metricsserver from the scaffold." - "Explain the path-jailing and secret-redaction rules for this repo."
- "Run
make allafter changinginternal/mcp/server.go."