mcp-data-platform-v1.43.3
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-platformClaude Code CLI
claude mcp add mcp-data-platform -- mcp-data-platformDocker
docker pull ghcr.io/txn2/mcp-data-platform:v1.43.3Verification
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