Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GEMINI_MODEL | No | The Gemini model to use | gemini-2.5-flash |
| GEMINI_API_KEY | Yes | Your Google Gemini API key (required) | |
| CONCURRENCY_LIMIT | No | Concurrency limit for batched API calls | 5 |
| ENABLE_GEMINI_FUNCTIONS | No | Enable function calling | false |
| GEMINI_MAX_OUTPUT_TOKENS | No | Maximum output tokens for Gemini responses | 65536 |
| ENABLE_GEMINI_GOOGLE_SEARCH | No | Enable Google Search Grounding tool | true |
| ENABLE_GEMINI_CODE_EXECUTION | No | Enable code execution tool | false |
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 | |