Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port number for SSE transport | 3000 |
| LOG_LEVEL | No | Logging level (verbose, debug, info, warn, error) | info |
| GOOGLE_API_KEY | Yes | Your Google Gemini API key | |
| TRANSPORT_TYPE | No | Transport type to use (stdio or sse) | stdio |
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 |
|---|---|
| image_recognition | Analyze and describe images using Google Gemini AI |
| audio_recognition | Analyze and transcribe audio using Google Gemini AI |
| video_recognition | Analyze and describe videos using Google Gemini AI |