Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
DEBUG | No | Optional flag to enable debug logging | false |
OUTPUT_DIR | No | Optional path to your output directory | ~/Claude/gemini-images |
GEMINI_API_KEY | Yes | Your Gemini API key from Google AI Studio |
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 |
---|---|
generate_image | Generate an image using Google's Gemini 2.0 Flash Experimental model (with learned user preferences) |
gemini-edit-image | Edit existing images using Gemini's AI image editing capabilities (with learned user preferences) |
gemini-chat | Chat with Gemini AI for conversations, questions, and general assistance (with learned user preferences) |
gemini-transcribe-audio | Transcribe audio files to text using Gemini's multimodal capabilities (with learned user preferences) |
gemini-code-execute | Execute Python code using Gemini's built-in code execution sandbox (with learned user preferences) |
gemini-analyze-video | Analyze video files using Gemini's multimodal video understanding capabilities (with learned user preferences) |
gemini-analyze-image | Analyze images using Gemini's multimodal vision capabilities (with learned user preferences) |