Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GEMINI_API_KEY | Yes | API key for Google GenAI (required if config file absent) | |
| GENAI_TEXT_MODEL | No | Text model id (the server automatically falls back to other Gemini 2.x IDs if the first choice is unavailable) | models/gemini-2.5-flash |
| GENAI_IMAGE_MODEL | No | Image model id (other Gemini IDs will work as long as they support image generation) | models/gemini-2.5-flash-image-preview |
| MEDIACREA_OUTPUT_DIR | No | Absolute output directory for generated images | ~/mcp_generated_images |
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 | |