Skip to content

mcp-data-platform-v1.48.2

Choose a tag to compare

@github-actions github-actions released this 03 Apr 19:50
· 210 commits to main since this release
782e0f4

Bug Fixes

Markdown Editor Scroll

The Description and Agent Instructions editors in Admin Settings were cut off — long content was not scrollable. The editor panel now uses proper flex column layout so both the CodeMirror editor and the markdown preview scroll independently within the available space.

File Connection Config Display

File-configured connections (from YAML) showed blank config fields in the Connections viewer and editor. The effective connections endpoint now reads the raw toolkit instance config from the YAML configuration, so file connections display their full settings (host, port, user, catalog, SSL, etc.). The returned config is a shallow copy to prevent accidental mutation of the live platform config.

Important: ENCRYPTION_KEY

If upgrading from before v1.48.0, ensure ENCRYPTION_KEY is set for connection credential encryption. See the v1.48.0 release notes for setup instructions.

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

Verification

All release artifacts are signed with Cosign. Verify with:

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