mcp-data-platform-v1.50.1
mcp-data-platform v1.50.1 — Fix Empty Search Results
Patch release bumping mcp-datahub to v1.8.1.
Bug fix
datahub_searchreturns null entities on zero results — When a search matched no results, the response contained"entities": nullinstead 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-platformClaude Code CLI
claude mcp add mcp-data-platform -- mcp-data-platformDocker
docker pull ghcr.io/txn2/mcp-data-platform:v1.50.1Verification
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