Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GEMINI_API_KEY | Yes | Your Google AI API Key (required) | |
| GEMINI_MODEL_PRIMARY | No | Primary Gemini model to use | gemini-2.5-pro-preview-06-05 |
| GEMINI_MODEL_TIMEOUT | No | Timeout in milliseconds for model requests | 10000 |
| GEMINI_MODEL_FALLBACK | No | Fallback Gemini model when primary fails | gemini-1.5-pro |
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 | |