Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Server host | 0.0.0.0 |
| PORT | No | Server port | 8000 |
| CACHE_TTL | No | Cache TTL in seconds | 300 |
| LOG_LEVEL | No | Log level | INFO |
| REDIS_URL | No | Redis connection URL | redis://localhost:6379 |
| ENVIRONMENT | No | Runtime environment | production |
| DISCORD_BOT_TOKEN | Yes | Discord Bot Token | |
| RATE_LIMIT_ENABLED | No | Enable rate limiting | true |
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 | |