Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | Environment mode (development, production, test) | production |
| LOG_LEVEL | No | Logging level (error, warn, info, debug) | info |
| REQUEST_TIMEOUT | No | Request timeout in milliseconds (30000-600000) | 300000 |
| REPLICATE_API_TOKEN | Yes | Your Replicate API token (required for image generation) | |
| MAX_CONCURRENT_REQUESTS | No | Maximum concurrent requests (1-10) | 3 |
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 | |