mcp-docs
Generate documentation for your project by running typedoc via MCP Basics, specifying the directory to streamline the process without individual tool installations.
Instructions
Execute mcp-docs: npx typedoc
Input Schema
Name | Required | Description | Default |
---|---|---|---|
directory | No | Directory to run the command in (optional, defaults to current directory) |
Input Schema (JSON Schema)
{
"properties": {
"directory": {
"description": "Directory to run the command in (optional, defaults to current directory)",
"type": "string"
}
},
"required": [],
"type": "object"
}