Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Enable debug mode | false |
| HAVE_AI_TYPE | No | Provider type ('openai', 'anthropic', 'gemini') | |
| GEMINI_API_KEY | No | Google Gemini API key | |
| OPENAI_API_KEY | No | OpenAI API key | |
| HAVE_AI_API_KEY | No | Fallback API key for any provider | |
| ANTHROPIC_API_KEY | No | Anthropic API key |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |