1
0
forked from rsp2k/mcp-mailu

4 Commits

Author SHA1 Message Date
82c9645baa Merge initial repository files and resolve conflicts
Kept our comprehensive versions of:
- README.md (detailed documentation)
- LICENSE (MIT license)
- .gitignore (Python gitignore)

Added complete FastMCP project structure with all files.
2025-07-16 12:03:21 -06:00
b7add7334e Add PyPI-ready project configuration with dependencies and metadata 2025-07-16 18:01:03 +00:00
66d1c0732a Initial commit: FastMCP server for Mailu email API integration
- Complete FastMCP server with OpenAPI integration and fallback tools
- Automatic tool generation from Mailu REST API endpoints
- Bearer token authentication support
- Comprehensive test suite and documentation
- PyPI-ready package configuration with proper metadata
- Environment-based configuration support
- Production-ready error handling and logging
- Examples and publishing scripts included

Features:
- User management (list, create, update, delete)
- Domain management (list, create, update, delete)
- Alias management and email forwarding
- DKIM key generation
- Manager assignment for domains
- Graceful fallback when OpenAPI validation fails

Ready for Claude Desktop integration and PyPI distribution.
2025-07-16 11:55:44 -06:00
abcda9ef4f Initial commit 2025-07-16 17:13:32 +00:00