Documentation
¶
Overview ¶
Command docs-gen generates a Markdown reference of the Teamwork MCP tool surface (the CRUD matrix) directly from the registered toolsets.
It builds each product's default toolset group with writes and deletes enabled so the full surface is visible, then reflects over each tool's static metadata (name, read-only hint). No API token or live server is required — the engine / HTTP client are only used inside handler closures, never at registration time, so nil dependencies are safe here.
Usage:
go run ./cmd/docs-gen # write docs/tool-reference.md go run ./cmd/docs-gen -o - # write to stdout go run ./cmd/docs-gen -check # verify docs/tool-reference.md is current
Click to show internal directories.
Click to hide internal directories.