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 |
|---|---|
| analyze_codebase | Autonomously analyze entire codebase structure, extract documentation needs, identify APIs, components, and generate documentation plan |
| generate_documentation | Generate complete Mintlify-style documentation with MDX files, frontmatter, navigation, and configuration |
| generate_api_reference | Generate API reference documentation from code annotations, JSDoc, docstrings, and type definitions |
| create_docs_config | Generate docs.json configuration with navigation, theme settings, and integrations |
| validate_documentation | Validate MDX files, frontmatter, internal links, code examples, and overall documentation quality |
| sync_documentation | Sync documentation with codebase changes, detect outdated content, and suggest updates |
| generate_changelog | Generate changelog from git history with semantic versioning and categorization |
| extract_code_examples | Extract and organize code examples from tests, demos, and source files |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |