Skip to content

mcp-data-platform-v0.26.1

Choose a tag to compare

@github-actions github-actions released this 22 Feb 07:50
· 330 commits to main since this release
8bf1ccd

Bug Fixes

Admin UI: Knowledge page displays user emails instead of raw UUIDs (#147)

The Knowledge page's Insights and Changesets tabs were displaying raw UUID strings (e.g., a1b2c3d4-...) in all user-related columns instead of human-readable email addresses. This affected 8 locations across the admin interface:

Insights tab:

  • "Captured By" column in the table
  • "Captured By", "Reviewed By", and "Applied By" fields in the insight detail drawer

Changesets tab:

  • "Applied By" column in the table
  • "Approved By", "Applied By", and "Rolled Back By" fields in the changeset detail drawer

Root cause: The /audit/events/filters API already returned a user_labels map (user ID to email), and formatUser() already accepted an optional email parameter — but the Knowledge page never consumed this data. The fix wires the existing useAuditFilters() hook into both tabs and passes the resolved email through to all formatUser() calls.

Admin UI: Audit activity chart adapts X-axis to selected time range (#147)

The activity timeseries chart on the Audit Overview tab always displayed HH:MM labels on the X-axis regardless of the selected time range (1h, 6h, 24h, 7d). After selecting "7d", densely packed minute-level labels made the chart unreadable.

Root cause: The TimeseriesChart component already supported a preset prop that controls formatting (HH:MM for 1h/6h, hour-only for 24h, Mon DD for 7d), and the parent component had the preset value from useTimeRangeStore() — but wasn't passing it through. One-line fix.

Dependency: mcp-datahub v0.8.0 to v0.8.1

Bumps github.com/txn2/mcp-datahub to v0.8.1, which fixes the GraphQL mutation schema for curated queries. The subjects field changed from a nested {"datasets": [...]} object to a flat array [...], aligning with the upstream DataHub API.

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:v0.26.1

Verification

All release artifacts are signed with Cosign. Verify with:

cosign verify-blob --bundle mcp-data-platform_0.26.1_linux_amd64.tar.gz.sigstore.json \
  mcp-data-platform_0.26.1_linux_amd64.tar.gz