Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CACHE_TTL | No | Cache TTL in milliseconds (default: 5 minutes) | 300000 |
| CACHE_SIZE | No | Cache size in bytes (default: 100MB) | 104857600 |
| CHUNK_SIZE | No | Default lines per chunk | 500 |
| CACHE_ENABLED | No | Enable/disable caching | true |
| MAX_FILE_SIZE | No | Maximum file size in bytes (default: 10GB) | 10737418240 |
| OVERLAP_LINES | No | Overlap between chunks | 10 |
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 | |