Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEMO_MODE | No | Enable demo mode (skips real API calls) | FALSE |
| LOG_LEVEL | No | Logging level | INFO |
| GEMINI_MODEL | No | Gemini model to use | gemini-2.0-flash |
| GEMINI_API_KEY | Yes | Your Google Gemini API key (get one at https://aistudio.google.com/app/apikey) |
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 | |