mcp-data-platform-v1.43.2
Highlights
UX fixes for the asset save workflow and platform version visibility for all users.
Save Dialog Improvements
- The "What changed?" dialog now shows "Saving will create a new version vN" so users know a new version will be created before confirming
- After a successful save, the view switches back to preview mode and the version dropdown updates to show the new current version
- The confusing "Skip" button is renamed to "Cancel" — it dismisses the dialog without saving, rather than saving without a summary
Platform Version Visible to All Users
The platform version badge in the header was previously only visible to admin users (fetched from the admin-only /system/info endpoint). The version is now included in the unauthenticated /public/branding response, so all authenticated users see it in the header.
Changelog
Bug Fixes
- fix: save dialog UX, version header for all users, cancel button (#250)
Installation
Homebrew (macOS)
brew install txn2/tap/mcp-data-platformClaude Code CLI
claude mcp add mcp-data-platform -- mcp-data-platformDocker
docker pull ghcr.io/txn2/mcp-data-platform:v1.43.2Verification
All release artifacts are signed with Cosign. Verify with:
cosign verify-blob --bundle mcp-data-platform_1.43.2_linux_amd64.tar.gz.sigstore.json \
mcp-data-platform_1.43.2_linux_amd64.tar.gz