mcp-data-platform-v1.39.2
Public Viewer Layout and Share Dialog Fixes
The public viewer (/portal/view/{token}) now renders dashboards at full viewport width, matching the internal portal viewer. Previously, a max-width: 1200px constraint on the content container caused responsive dashboards to collapse into single-column mode.
What changed
- Full-width public viewer: Removed the fixed max-width from the content container so embedded dashboards use the full viewport, rendering KPI grids and side-by-side charts correctly
- Readable implementor logos: Implementor logos in the public viewer header now scale proportionally (
height: 28px; width: auto) instead of being forced to 24x24px, making text-based logos (e.g., "ACME CORPORATION") legible - Better share dialog defaults: "Show expiration" is now checked by default and the notice text is pre-filled with the standard confidentiality message, reducing clicks for the common case
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.39.2Verification
All release artifacts are signed with Cosign. Verify with:
cosign verify-blob --bundle mcp-data-platform_1.39.2_linux_amd64.tar.gz.sigstore.json \
mcp-data-platform_1.39.2_linux_amd64.tar.gz