Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level for the server | info |
| MAX_SESSIONS | No | Maximum number of sessions to maintain | 100 |
| GEMINI_ENABLED | No | Enable or disable Gemini functionality | true |
| GOOGLE_API_KEY | No | Google API key for Gemini CLI authentication | |
| SESSION_TTL_HOURS | No | Session time-to-live in hours | 24 |
| GEMINI_CLI_COMMAND | No | The command to invoke Gemini CLI | gemini |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| gemini | Execute Gemini CLI. Use help for details |
| ping | Test connection |
| help | Get detailed documentation |
| listSessions | List active sessions |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |