Skip to content

mcp-data-platform-v1.50.1

Choose a tag to compare

@github-actions github-actions released this 04 Apr 21:36
· 205 commits to main since this release
94138d9

mcp-data-platform v1.50.1 — Fix Empty Search Results

Patch release bumping mcp-datahub to v1.8.1.

Bug fix

  • datahub_search returns null entities on zero results — When a search matched no results, the response contained "entities": null instead of "entities": [], causing MCP OutputSchema validation failures on the client side. Fix is in the upstream library; no platform code changes.

Dependency updates

Dependency From To
mcp-datahub v1.8.0 v1.8.1

Upgrading

All users of v1.50.0 should upgrade. No breaking changes.


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

Verification

All release artifacts are signed with Cosign. Verify with:

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