Releases: nikolanovoselec/m365-mcp-server
Releases · nikolanovoselec/m365-mcp-server
v1.0.1 - Maintenance Release
What's Changed
- Fixed GitHub Actions CI pipeline with Prettier formatting validation
- Updated configuration templates (wrangler.example.toml, .dev.vars.example)
- Updated development environment setup with current Microsoft Entra ID terminology
- Enhanced ESLint configuration for improved code quality
- Standardized documentation formatting across the project
Technical Improvements
- GitHub Actions now pass all validation steps (TypeScript, ESLint, Prettier)
- Configuration templates properly exclude sensitive data while maintaining functionality
- Development environment variables simplified to essential requirements only
- Code formatting standardized across all project files
This release addresses CI pipeline issues and standardizes development configuration.
v1.0.0 - Production Release
What's Changed
- Complete Microsoft 365 integration (Email, Calendar, Teams, Contacts)
- OAuth 2.1 + PKCE authentication implementation with industry-standard security
- Native remote MCP protocol support over Server-Sent Events and WebSocket
- Global edge deployment on Cloudflare Workers network
- Automatic token refresh and session management
- Dynamic client registration for MCP clients
Technical Improvements
- Direct Microsoft Graph API integration for real-time data access
- Robust architecture with comprehensive error handling
- Cloudflare Workers deployment with optimal performance and scaling
- Compatible with any MCP-compliant client applications and AI assistants
This release establishes the foundational server for secure Microsoft 365 access through AI assistants and automation tools.
v0.0.1 - Initial Release
What's Changed
- Initial Microsoft 365 MCP Server implementation
- OAuth 2.1 + PKCE + Dynamic Client Registration security
- Native remote MCP connection support without localhost dependency
- Complete Microsoft 365 integration (Email, Calendar, Teams, Contacts)
- Cloudflare Workers deployment with Durable Objects persistence
Technical Improvements
- Generic MCP client connector for legacy setups
- Comprehensive architecture with detailed documentation
- Remote MCP protocol support for official MCP specification compliance
- Secure URL endpoint:
https://your-worker-domain.com/sse
This release introduces the foundational MCP server for Microsoft 365 integration with secure authentication and remote protocol support.