🎉 Release v0.22.5
📦 Docker Images
# Docker Hub
docker pull agigante80/actual-mcp-server:0.22.5
# GitHub Container Registry
docker pull ghcr.io/agigante80/actual-mcp-server:0.22.5📝 Changelog
- chore(release): bump version to 0.22.5 (3f847ba)
- chore(deps): bump jose 6.2.12, zod 4.6.5, @playwright/test 1.63.0 with its runner image, @types/node 26.6.2, knip 6.37.0 (#465) (ec5433d)
- fix(deps): refresh five transitive advisories within existing ranges, and validate MCP_HTTP_BODY_LIMIT at config time (#466) (b3c03ec)
📊 What this release ships
@actual-app/apipinned at26.9.0- All 81 MCP tools registered and validated on this tag
⚠️ Upgrade note
MCP_HTTP_BODY_LIMIT is now validated at startup (#466). A malformed value (surrounding spaces, trailing text, separators, a unitless decimal, or a size that rounds to 0 bytes or overflows) makes the server refuse to start on either transport, with a message naming the variable, instead of running with a misread or missing cap. If your server does not start after upgrading, set a valid size such as 512kb. Unset keeps the 512kb default. npm audit is at 0 for this release.
🔒 Security
This release has been scanned for vulnerabilities. Check the Security tab for details.
Full Changelog: v0.22.4...v0.22.5