Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | Node environment setting | production |
| LOG_LEVEL | No | Logging level for the server | info |
| RETRY_MAX_ATTEMPTS | No | Maximum number of retry attempts | 3 |
| RETRY_INITIAL_DELAY | No | Initial delay in milliseconds before retrying | 1000 |
| PUSHOVER_DEFAULT_USER | No | Your Pushover user key | |
| PUSHOVER_DEFAULT_TOKEN | No | Your Pushover application API token |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| pushover_send_message | Send a notification via Pushover |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |