Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| docs_analyze_project | Analyze project structure and perform deep code analysis to understand the project for documentation generation. Supports TypeScript, JavaScript, Python, Go, and more. Deep analysis extracts classes, functions, interfaces, documentation coverage, and more. |
| docs_generate_structure | Generate documentation scaffold/structure based on project analysis. Creates initial directory structure and configuration files. |
| docs_create_page | Create or edit individual documentation pages with Markdown content |
| docs_generate_api | Generate API documentation from code (JSDoc, Docstrings, etc.) |
| docs_build_static | Build static website for online hosting (ready for GitHub Pages, Netlify, Vercel, etc.) |
| docs_export_pdf | Generate PDF from documentation using Puppeteer/Playwright |
| docs_preview | Start local development server to preview documentation |
| docs_generate_openapi | Generate OpenAPI 3.0 specification from analyzed PHP routes with middleware, parameters, and security schemes. Automatically converts controller routes to API documentation. |
| docs_generate_sales_docs | Generate professional sales-ready documentation for CodeCanyon, ThemeForest, and other marketplaces. Creates comprehensive Markdown documentation (README, Installation, API Reference, Configuration, Examples, FAQ, Changelog) with optional PDF export. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |