mcp-data-platform-v0.28.5
Bug Fixes
Fix: datahub_get_entity, datahub_get_lineage, datahub_get_data_product broken through Claude.ai
Bumps mcp-datahub to v1.0.3, which fixes three tools that were returning "Anthropic Proxy: Invalid content from server" when called through Claude.ai. Direct MCP clients were unaffected. The root cause was structured output responses not matching the declared OutputSchema on each tool.
datahub_get_entity— entity fields are now returned flat at the top level;query_table,query_examples, andquery_availabilityappear at the same level rather than nested under a wrapper keydatahub_get_lineage— lineage fields are now returned flat at the top level; schema field names corrected (start/nodes/edges/depth) to match the actual response structuredatahub_get_data_product— schema now declares thepropertiesfield, which caused proxy rejection when populated
See mcp-datahub v1.0.3 for full details.
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:v0.28.5Verification
All release artifacts are signed with Cosign. Verify with:
cosign verify-blob --bundle mcp-data-platform_0.28.5_linux_amd64.tar.gz.sigstore.json \
mcp-data-platform_0.28.5_linux_amd64.tar.gz