Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEFAULT_MODEL | No | Specific model selection. Set to 'auto' for automatic selection or specify a model name (e.g., 'gemini-2.0-flash-exp') | auto |
| CUSTOM_API_URL | No | Custom API URL for local Ollama setup, vLLM, or other compatible providers | |
| GEMINI_API_KEY | No | Gemini API key for Google AI models | |
| OPENAI_API_KEY | No | OpenAI API key for GPT models | |
| OPENROUTER_API_KEY | No | OpenRouter API key for multiple model providers |
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 | |