Skip to content

mcp-data-platform-v1.43.3

Choose a tag to compare

@github-actions github-actions released this 15 Mar 02:22
· 244 commits to main since this release
4834ce4

Bug Fixes

Version dropdown not updating after save (#251)

After saving edited content, the version dropdown in the toolbar stayed stale — still showing the old version list until a full page refresh. The content update mutations (useUpdateAssetContent, useAdminUpdateAssetContent) were invalidating the asset and content query caches but not the asset-versions query key. The dropdown now updates immediately after a successful save.

Changelog

Bug Fixes

  • fix: invalidate version queries after content save (#251)

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.3

Verification

All release artifacts are signed with Cosign. Verify with:

cosign verify-blob --bundle mcp-data-platform_1.43.3_linux_amd64.tar.gz.sigstore.json \
  mcp-data-platform_1.43.3_linux_amd64.tar.gz