Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DISCORD_BOT_TOKEN | Yes | Bot token (used for all Discord API calls) | |
| DISCORD_CLIENT_ID | Yes | OAuth2 client ID from Discord Developer Portal | |
| COOKIE_ENCRYPTION_KEY | Yes | Random string for signing cookies — generate with openssl rand -hex 16 | |
| DISCORD_CLIENT_SECRET | Yes | OAuth2 client secret | |
| ALLOWED_DISCORD_USER_IDS | No | Comma-separated Discord user IDs allowed to authenticate (empty = all users) |
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 | |