Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DOCS_PATH | No | The path to the documentation directory. If not specified, the server expects documentation in a './docs' folder relative to the project root. | ./docs |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_doc_structure | Get the structure of all available documentation files |
| read_doc | Read a specific documentation file |
| search_docs | Search for content across all documentation files |
| get_quick_reference | Get the quick reference documentation (all coding rules) |
| get_templates | Get implementation templates for CRUD operations |
| get_checklist | Get code validation checklist |
| get_domain_examples | Get domain-specific implementation examples |
| get_design_system | Get design system documentation |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |