Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Enable debug logging (set to '1' to enable) | 0 |
| REDIS_URL | No | Local Redis connection URL (e.g., redis://localhost:6379) | redis://localhost:6379 |
| UPSTASH_REDIS_REST_URL | No | Upstash Redis REST URL for production use | |
| UPSTASH_REDIS_REST_TOKEN | No | Upstash Redis REST token for production use |
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 | |