Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
HTTP_PORT | No | Port for HTTP transport (only if TRANSPORT is http) | 8080 |
TRANSPORT | No | Transport method: stdio (default) or http | stdio |
DISCORD_TOKEN | Yes | Discord bot token | |
SAMPLING_ENABLED | No | Enables bi-directional message sampling | true |
DEFAULT_MESSAGE_CHUNK_SIZE | No | Max message chunk size for sampling responses | 2000 |
DEFAULT_RATE_LIMIT_SECONDS | No | Rate limit (seconds) for sampling requests per user | 2 |
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 |