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_existing_docs | Analyze existing documentation files with enhanced content analysis and metadata generation |
| analyze_project_with_metadata | Analyze project structure, create initial documentation files, and enhance with metadata/context |
| analyze_project | Analyze project structure and create initial documentation files |
| read_doc | Read a documentation file (required before updating) |
| update_doc | Update a specific documentation file using diff-based changes |
| get_doc_content | Get the current content of a documentation file |
| get_project_info | Get information about the project structure and files |
| search_docs | Search across documentation files with highlighted results |
| update_metadata | Update metadata for a documentation file |
| get_related_docs | Find related documentation files based on metadata |
| customize_template | Create or update a custom documentation template |