- Multi-account email support (Yahoo + self-hosted IMAP/SMTP) - MCP tools: get_profile, search_messages, read_message, list_folders, create_draft, send_email - Streamable HTTP transport with session recovery - Docker + Kubernetes deployment configuration - Express server with health endpoint 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
15 lines
219 B
YAML
15 lines
219 B
YAML
services:
|
|
hermes:
|
|
build: .
|
|
container_name: hermes-mcp
|
|
restart: unless-stopped
|
|
env_file: .env
|
|
ports:
|
|
- "3456:3456"
|
|
networks:
|
|
- hermes-net
|
|
|
|
networks:
|
|
hermes-net:
|
|
driver: bridge
|