Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SMTP_FROM | No | Sender email address (defaults to `SMTP_USER`) | |
| SMTP_HOST | Yes | SMTP server hostname | |
| SMTP_PASS | Yes | SMTP password | |
| SMTP_PORT | No | SMTP server port | 587 |
| SMTP_USER | Yes | SMTP username | |
| SMTP_SECURE | No | Set to `true` for port 465, otherwise `false` | false |
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 | |