Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GEMINI_MODEL | No | Model ID | gemini-3-pro-preview |
| GEMINI_API_KEY | Yes | Your API key | |
| GEMINI_BASE_URL | Yes | API endpoint (OpenAI-compatible) |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| gemini_think | Let Gemini-3-pro-preview deeply analyze complex problems, perform reasoning and brainstorming |
| gemini_brainstorm | Let Gemini brainstorm on a topic and generate multiple creative ideas or solutions with pros and cons |
| gemini_review | Let Gemini review code, architecture design, or technical solutions |
| gemini_query | Send any query to Gemini-3-pro-preview model |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |