Skip to content

mcp-data-platform-v1.43.1

Choose a tag to compare

@github-actions github-actions released this 15 Mar 00:44
· 246 commits to main since this release
e6dab41

Highlights

This release improves the asset viewer UX with inline version navigation, change summaries on save, and public viewer enhancements.

Change Summary on Save

Saving edited content now opens a "What changed?" dialog before committing. The description is sent as an X-Change-Summary header and stored on the version record. Users can skip the dialog, in which case a default summary is stored. This applies to all three content-update surfaces: portal UI, admin UI, and shared editor.

Version Dropdown in Toolbar

Version navigation moves from the sidebar into a toolbar dropdown. Selecting an older version displays its content in a read-only preview with the source editor hidden. A Revert button appears next to the dropdown with a confirmation modal that explains a new version will be created from the selected version's content. The sidebar version history panel remains as a read-only reference list.

Public Viewer Enhancements

  • Version badge: Public share pages now show a v{N} badge in the header next to the content type badge
  • Markdown source toggle: Public shares of markdown content get a "View Markdown" / "View Rendered" button to switch between raw source and rendered output

Email in CreatedBy

Version records and shares now store the user's email address instead of UUID for display in version history and share listings. This applies to all version-creating operations: content updates, reverts, and asset copies across portal, admin, and MCP surfaces.

Changelog

Features

  • feat: asset viewer UX — change summary, version dropdown, public badge, markdown toggle (#249)

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

Verification

All release artifacts are signed with Cosign. Verify with:

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