Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Host to bind to | localhost |
| port | No | Port to bind to | 8080 |
| debug | No | Enable debug mode | false |
| config | No | Path to the configuration file (YAML) | |
| cache.ttl | No | Cache TTL in seconds | 300 |
| log_level | No | Logging level | INFO |
| cache.enabled | No | Enable caching | true |
| cache.max_size | No | Maximum cache entries | 1000 |
| cache.strategy | No | Cache strategy (lru/lfu/fifo/ttl) | lru |
| rate_limit.enabled | No | Enable rate limiting | true |
| rate_limit.requests_per_minute | No | Rate limit threshold | 60 |
Capabilities
Server capabilities have not been inspected yet.
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 | |