Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
IMAP_HOST | Yes | IMAP server hostname (e.g., imap.gmail.com) | |
IMAP_PASS | Yes | IMAP password or app-specific password | |
IMAP_PORT | Yes | IMAP server port (e.g., 993) | |
IMAP_USER | Yes | IMAP username/email address | |
SMTP_HOST | Yes | SMTP server hostname (e.g., smtp.gmail.com) | |
SMTP_PASS | Yes | SMTP password or app-specific password | |
SMTP_PORT | Yes | SMTP server port (e.g., 587) | |
SMTP_USER | Yes | SMTP username/email address | |
IMAP_SECURE | Yes | Whether to use secure connection for IMAP (e.g., true) | |
SMTP_SECURE | Yes | Whether to use secure connection for SMTP (e.g., 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 |