Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEFAULT_MODEL | No | Default model to use | gemini-2.5-pro |
| GEMINI_API_KEY | No | Your Gemini API key (default provider) | |
| OPENAI_API_KEY | No | Your OpenAI API key (optional provider) | |
| OPENROUTER_API_KEY | No | Your OpenRouter API key (optional provider) | |
| DEFAULT_LLM_PROVIDER | No | Default LLM provider to use | gemini |
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 | |