Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEFAULT_MODEL | No | Default model to use (auto for automatic selection) | auto |
| CUSTOM_API_KEY | No | API key for custom API endpoints | |
| CUSTOM_API_URL | No | URL for custom API endpoints (e.g., Ollama, vLLM) | |
| GEMINI_API_KEY | No | API key for Gemini models (Pro & Flash) | |
| OPENAI_API_KEY | No | API key for OpenAI models (O3, O3-mini) | |
| WORKSPACE_ROOT | No | Root directory for workspace files | |
| CUSTOM_MODEL_NAME | No | Default model name for custom API endpoints | |
| OPENROUTER_API_KEY | No | API key for OpenRouter to access multiple models through one API |
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 |
|---|---|
No tools | |