Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| R2_ENDPOINT | No | Endpoint for Cloudflare R2 (e.g., https://<YOUR_ACCOUNT_ID>.r2.cloudflarestorage.com) | |
| S3_ENDPOINT | No | Endpoint for S3 compatible storage (e.g., https://s3.amazonaws.com) | |
| S3_PUBLIC_URL | No | Optional: Custom domain for public access (e.g., https://your-custom-domain.com) | |
| R2_BUCKET_NAME | No | Bucket name for Cloudflare R2 | |
| S3_BUCKET_NAME | No | Bucket name for S3 storage | |
| R2_ACCESS_KEY_ID | No | Access Key ID for Cloudflare R2 | |
| S3_ACCESS_KEY_ID | No | Access Key ID for S3 storage | |
| R2_SECRET_ACCESS_KEY | No | Secret Access Key for Cloudflare R2 | |
| S3_SECRET_ACCESS_KEY | No | Secret Access Key for S3 storage |
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 | |