Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SERVER_HOST | No | The host address for the server | 0.0.0.0 |
| SERVER_PORT | No | The port for the server | 8000 |
| MINIO_SECURE | No | Whether to use secure (HTTPS) connection to MinIO | true |
| MINIO_ENDPOINT | Yes | The MinIO server endpoint (e.g., play.min.io) | |
| MINIO_ACCESS_KEY | Yes | Your MinIO access key | |
| MINIO_SECRET_KEY | Yes | Your MinIO secret key | |
| MINIO_MAX_BUCKETS | No | Maximum number of buckets to list | 5 |
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 | |