Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MAX_FILE_SIZE | No | Max file size for read operations in bytes (range: 1MB-100MB) | 10485760 |
| MAX_SEARCH_SIZE | No | Max file size for content search in bytes (range: 100KB-10MB) | 1048576 |
| DEFAULT_SEARCH_TIMEOUT | No | Timeout for search/list operations in milliseconds (range: 100-3600000ms) | 30000 |
| FS_CONTEXT_SEARCH_WORKERS | No | Search worker threads (range: 1-16) | min(cpu cores, 8) |
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 | |