Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
HTTP_PROXY | No | HTTP proxy configuration | |
HTTPS_PROXY | No | HTTPS proxy configuration | |
GEMINI_MODEL | No | The Gemini model to use | gemini-2.5-flash |
GEMINI_API_KEY | Yes | Your Gemini API key | |
GEMINI_BASE_URL | No | The base URL for Gemini API | https://generativelanguage.googleapis.com/v1beta/openai/ |
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 |