Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| analyze_codebase | Analyze a codebase or file to extract code elements and calculate documentation coverage. Supports TypeScript, JavaScript, and Python. |
| generate_documentation | Generate comprehensive markdown documentation for a codebase or file, including all code elements and their existing documentation. |
| detect_missing_docs | Detect code elements that are missing documentation and categorize them by severity (critical, medium, low). |
| suggest_improvements | Analyze existing documentation and suggest improvements, including templates for missing docs and enhancements for incomplete documentation. |