mcp-data-platform-v1.48.2
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-platformClaude Code CLI
claude mcp add mcp-data-platform -- mcp-data-platformDocker
docker pull ghcr.io/txn2/mcp-data-platform:v1.48.2Verification
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