Skip to content

mcp-data-platform-v1.39.5

Choose a tag to compare

@github-actions github-actions released this 12 Mar 00:08
· 50 commits to main since this release
b6a794c

Public Viewer CSS Fix

The public viewer's global CSS reset (* { margin: 0; padding: 0; box-sizing: border-box; }) was unlayered, which per the CSS cascade spec always beats @layer styles regardless of specificity. This killed every Tailwind prose style — paragraph margins, table cell padding, horizontal rules, card borders — making markdown rendering in the public viewer look completely different from the internal SPA portal.

This release scopes the reset to html, body only and removes the min-height: 100vh body stretching. Content inside #content-root is now styled purely by the Tailwind CSS bundle, rendering identically to the internal viewer.

Changelog

Bug Fixes

  • b6a794c: fix: remove unlayered CSS global reset that overrides Tailwind prose styles (#228) (@cjimti)

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

Verification

All release artifacts are signed with Cosign. Verify with:

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