Veritas Kanban v5.0.1
Patch release for the MCP write-response token usage fix.
Fixed
- MCP write tools now return concise confirmations instead of echoing full task JSON payloads with complete comment history.
- Read tools remain the full-detail paths for callers that need task/comment data:
get_task,list_tasks, andlist_comments. - Stabilized the Mantine task detail Progress tab test under CI load.
- Fixed the local macOS desktop packaging smoke check to follow the configured app bundle name.
Changed
- Bumped root, shared, server, web, CLI, MCP, and desktop package manifests to
5.0.1. - Updated README, changelog, MCP docs, and v5 release notes for the patch release.
Credit
Thanks to @Cob-AI for reporting the MCP response-size issue in #714.
Verification
- PR #717 passed build, lint/typecheck, security audit, workspace unit tests, and unsigned macOS/Linux/Windows artifact checks.
- Local release validation passed with
pnpm validate:release -- --version 5.0.1. - Local MCP and desktop outputs were rebuilt before release.
Signed macOS desktop assets are produced by the Desktop Release workflow for this published release.