Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | Environment mode (development, production) | development |
| LOG_LEVEL | No | Logging level (debug, info, warn, error) | info |
| NTFY_API_KEY | No | Optional API key for reserved topics | |
| NTFY_BASE_URL | No | The ntfy server base URL | https://ntfy.sh |
| NTFY_DEFAULT_TOPIC | Yes | Your default ntfy topic | |
| RATE_LIMIT_WINDOW_MS | No | Rate limiting window in milliseconds | 60000 |
| RATE_LIMIT_MAX_REQUESTS | No | Maximum number of requests in rate limit window | 100 |
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 | |