Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BLOB_STORAGE_ROOT | No | Path to the blob storage directory. Required for resource-based file uploads. | |
| BLOB_STORAGE_TTL_HOURS | No | Time-to-live for blobs in hours. Blobs older than this will be automatically cleaned up (optional, default: 24) | 24 |
| BLOB_STORAGE_MAX_SIZE_MB | No | Maximum file size in MB for blob storage (optional, default: 100) | 100 |
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 | |