1
0
forked from rsp2k/mcp-mailu
Ryan Malloy 3a677f3bc5 Add DNS automation orchestration tool
- Implement prepare_dns_automation tool that generates comprehensive DNS records
- Tool creates structured DNS plan with CRITICAL, HIGH, MEDIUM, LOW priority records
- Generates completion request for LLM to use its available DNS management MCP tools
- Automatically generates DKIM keys if missing
- Includes MX, A, SPF, DMARC, DKIM, autoconfig, autodiscover, and SRV records
- Provides step-by-step automation instructions and verification commands
- Version bump to 0.5.0 for major DNS automation feature

This creates powerful orchestration where Mailu MCP generates the records
and instructs the LLM to use other MCP tools (Cloudflare, Route53, etc.)
to actually configure DNS - a brilliant multi-tool workflow\!

Tool usage:
prepare_dns_automation(domain="example.com", mail_server_ip="1.2.3.4")

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-16 19:02:46 -06:00
..