Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| IMAP_HOST | Yes | IMAP server hostname | |
| IMAP_PASS | Yes | IMAP password or app-specific password | |
| IMAP_PORT | Yes | IMAP server port | |
| IMAP_USER | Yes | IMAP username/email | |
| SMTP_HOST | Yes | SMTP server hostname | |
| SMTP_PASS | Yes | SMTP password or app-specific password | |
| SMTP_PORT | Yes | SMTP server port | |
| SMTP_USER | Yes | SMTP username/email | |
| IMAP_SECURE | Yes | Whether to use secure connection for IMAP | |
| SMTP_SECURE | Yes | Whether to use secure connection for SMTP | |
| DEFAULT_FROM_NAME | Yes | Default sender name | |
| DEFAULT_FROM_EMAIL | Yes | Default sender email address |
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