Skip to content

mcp-data-platform-v1.38.5

Choose a tag to compare

@github-actions github-actions released this 10 Mar 22:47
· 56 commits to main since this release
4b837d9

What's New

Branded Two-Zone Header for Public Viewer

The public share viewer (/portal/view/:token) now supports a branded two-zone header:

  • Far left (optional): Implementor brand — show your organization's name, logo, and link
  • Far right (always shown): Platform brand — defaults to MCP Data Platform; overridable to your platform brand (e.g., "Plexara")

Both zones support clickable links when URLs are configured.

Configuration

portal:
  implementor:          # optional — omit to hide the left zone
    name: "ACME Corp"
    logo: "https://acme.com/logo.svg"   # fetched at startup, inlined as SVG
    url: "https://acme.com"

mcpapps:
  apps:
    platform-info:
      config:
        brand_name: "Plexara"            # overrides default "MCP Data Platform"
        brand_url: "https://plexara.io"  # makes the platform brand clickable

Changelog

  • feat: branded two-zone header for public viewer (#222) (@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.38.5

Verification

All release artifacts are signed with Cosign. Verify with:

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