Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level (DEBUG, INFO, WARNING, ERROR) | INFO |
| REQUEST_TIMEOUT | No | Request timeout in seconds | 30 |
| MAX_MEMORY_ITEMS | No | Maximum memories per project | 1000 |
| ENABLE_AUTO_CLEANUP | No | Enable automatic cleanup | true |
| CLEANUP_INTERVAL_HOURS | No | Auto-cleanup interval | 24 |
| MAX_CONCURRENT_REQUESTS | No | Max concurrent requests | 5 |
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 | |