Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Log level (fatal, error, warn, info, debug, trace) | info |
| GEMINI_API_KEY | Yes | Your Gemini API key from Google AI Studio | |
| GEMINI_TIMEOUT_MS | No | Request timeout in milliseconds | 120000 |
| GEMINI_DEFAULT_MODEL | Yes | Gemini model to use for queries |
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 | |