Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SMTP_HOST | No | SMTP server host (e.g., smtp.qq.com, smtp.163.com, smtp.gmail.com) | |
| SMTP_PASS | No | SMTP password (authorization code or app password, not your regular password) | |
| SMTP_PORT | No | SMTP server port (e.g., 587 for QQ/Gmail, 994 for 163) | |
| SMTP_USER | No | SMTP username (your email address) | |
| SMTP_SECURE | No | Whether to use secure connection. Set to 'true' or 'false' | |
| EMAIL_PROVIDER | No | Email provider type. Options: 'smtp' for SMTP providers (QQ, 163, Gmail, Outlook), 'gmail' for Gmail API | |
| GMAIL_CLIENT_ID | No | Gmail API OAuth client ID | |
| DEFAULT_FROM_EMAIL | No | Default sender email address | |
| GMAIL_CLIENT_SECRET | No | Gmail API OAuth client secret | |
| GMAIL_REFRESH_TOKEN | No | Gmail API OAuth refresh token |
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 | |