Skip to content

mcp-data-platform-v0.37.6

Choose a tag to compare

@github-actions github-actions released this 09 Mar 17:40
· 279 commits to main since this release
23f7c17

What's New

Bug Fixes

Portal logo now renders in sandboxed MCP app iframes (#211)

  • When portal.logo is a URL, the server now fetches the SVG content at startup and injects it inline as logo_svg
  • Previously, the sandboxed iframe blocked external image requests, showing the default icon instead of the configured logo
  • Deployments with explicit logo_svg in config are unaffected

Asset card titles no longer overlap share icons (#212)

  • Long asset names are now properly truncated before the share/public-link icons
  • Added min-w-0 to fix flex container truncation and pr-12 padding to clear icon positions

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

Verification

All release artifacts are signed with Cosign. Verify with:

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