Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENAI_API_KEY | Yes | Your OpenAI API key (required for AI features) |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_docs | |
| search_docs | |
| ask_docs | |
| index_docs | |
| analyze_docs | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| documentation_query | Generate a prompt for querying documentation Args: topic: The topic to query about detail_level: Level of detail (brief, medium, comprehensive) Returns: A formatted prompt for documentation queries |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |