Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LANG | No | Language for messages (pt for Portuguese, en for English) | pt |
| LOG_LEVEL | No | Log verbosity level (debug, info, warn, error) | info |
| RETRY_ATTEMPTS | No | Number of retry attempts for temporary failures | 1 |
| WHITELIST_URLS | No | Comma-separated list of allowed domains or URLs to restrict webhook destinations. If not configured, any URL will be allowed. | |
| RETRY_BASE_DELAY_MS | No | Initial delay in milliseconds for exponential backoff retries | 500 |
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 | |