Skip to content

mcp-data-platform-v1.43.2

Choose a tag to compare

@github-actions github-actions released this 15 Mar 01:53
· 245 commits to main since this release
f6bffef

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-platform

Claude Code CLI

claude mcp add mcp-data-platform -- mcp-data-platform

Docker

docker pull ghcr.io/txn2/mcp-data-platform:v1.43.2

Verification

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