v0.19.0
Docker
docker pull ghcr.io/lucaslra/montly:0.19.0
Added
- MCP server — standalone MCP server (
mcp-server/) exposes Montly tasks as tools for AI assistants (Claude Desktop, Cursor, etc.); runs as a separate Docker container with its own Dockerfile and test suite. - Skip-to-content link — keyboard and screen-reader users can now bypass the header navigation (WCAG 2.4.1).
Security
- Session validation on deleted users — session cookies now verify the user still exists in the database on every request; deleted users are immediately locked out instead of retaining access until cookie expiry.