| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-02-11 | 878 Bytes | |
| v1.9.14 source code.tar.gz | 2026-02-11 | 5.2 MB | |
| v1.9.14 source code.zip | 2026-02-11 | 5.6 MB | |
| Totals: 3 Items | 10.7 MB | 1 | |
feat: Improve wizard upgrade logic and add MCP server integration
Enhance the WebCalendar installation and upgrade wizard for better reliability,
especially for no-op upgrades, and introduce Model Context Protocol (MCP) server.
- **Wizard Upgrade Reliability:**
- Fixes for the upgrade process that was getting stuck
- **MCP Server Integration:**
- Introduced a Model Context Protocol (MCP) server.
This enables AI assistants to interact with WebCalendar data via API tokens.
- Implemented JSON-RPC handling, API token validation, rate limiting, and CORS support
for the MCP server.
- **Enhanced Testing & Code Quality:**
- Added comprehensive unit tests in for date repetition
logic, covering various scenarios, DST, and edge cases.
- Included new unit tests.