Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
NODE_ENV | No | Environment mode (production or development) | production |
LOG_LEVEL | No | Logging level (error, warn, info, debug) | info |
ENABLE_METRICS | No | Enable performance metrics | false |
GEMINI_API_KEY | Yes | Google AI Studio API Key for accessing Gemini models | |
REQUEST_TIMEOUT | No | Request timeout in milliseconds (30000 = 30 seconds) | 30000 |
RATE_LIMIT_WINDOW | No | Time window in ms (60000 = 1 minute) | 60000 |
RATE_LIMIT_ENABLED | No | Enable/disable rate limiting | true |
RATE_LIMIT_REQUESTS | No | Max requests per window | 100 |
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 |
---|---|
No tools |