Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RESUME | No | Resume from where you left off | false |
| LOG_FILE | No | Log file for email sending | send_log.csv |
| LOG_LEVEL | No | Logging level | INFO |
| PER_MINUTE | No | Rate limiting for email sending | 12 |
| TOKEN_FILE | No | Gmail API token file | token.json |
| MCP_SERVER_PORT | No | MCP server port | 8000 |
| CREDENTIALS_FILE | No | Gmail API credentials file | credentials.json |
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 | |