Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NOTIFY_ME_ENV_DIR | No | Custom .env directory | |
| SLACK_WEBHOOK_URL | No | Slack webhook URL (optional) | |
| NOTIFY_ME_ENV_FILE | No | Custom .env file path | |
| DISCORD_WEBHOOK_URL | No | Discord webhook URL (optional) |
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 |
|---|---|
| list_services | List configured webhook services and auto-detected default |
| validate_webhook | Test webhook connectivity by sending a test message |
| send_notification | Send a notification to Discord and/or Slack webhooks |