6 Commits

Author SHA1 Message Date
31c71c1c5d Add comprehensive session summary documentation
- Complete project overview and structure
- Configuration status and setup instructions
- PyPI publishing details and next steps
- Technical implementation details
- Continuation points for Claude Code
2025-07-16 12:29:32 -06:00
c8c9ed364d Clean up README.md merge conflict markers
Removed leftover git conflict markers and kept the comprehensive
documentation version with full project details.
2025-07-16 12:08:57 -06:00
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