Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| USE_SSL | No | Whether to use SSL encryption (true/false) | false |
| USE_TLS | No | Whether to use TLS encryption (true/false) | false |
| SMTP_PORT | Yes | SMTP port (25 for unencrypted, 587 for TLS, 465 for SSL) | |
| SMTP_SERVER | Yes | SMTP server address (e.g., smtp.qq.com, smtp.163.com, smtp.gmail.com, smtp-mail.outlook.com) | |
| SENDER_EMAIL | Yes | Sender email address | |
| SENDER_PASSWORD | Yes | Sender password or authorization code (most email providers require authorization code instead of login password) |
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 | |