mcp-data-platform-v0.37.6
What's New
Bug Fixes
Portal logo now renders in sandboxed MCP app iframes (#211)
- When
portal.logois a URL, the server now fetches the SVG content at startup and injects it inline aslogo_svg - Previously, the sandboxed iframe blocked external image requests, showing the default icon instead of the configured logo
- Deployments with explicit
logo_svgin 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-0to fix flex container truncation andpr-12padding to clear icon positions
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:v0.37.6Verification
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