mcp-data-platform-v0.8.2
Overview
This release upgrades mcp-datahub from v0.4.0 to v0.4.2, bringing improved error visibility and debug logging capabilities.
What's New
Debug Logging Support
Added debug configuration option for DataHub instances to enable detailed logging of GraphQL operations:
toolkits:
datahub:
instances:
primary:
endpoint: "https://datahub.example.com/api/graphql"
token: "${DATAHUB_TOKEN}"
debug: true # Enable debug loggingWhen enabled, logs include:
- GraphQL operation names and latency
- Request/response sizes
- Retry attempts
- Detailed error context with URNs
Upstream Dependency Updates
mcp-datahub v0.4.1
- Fixed column-level glossary terms, tags, and descriptions added via DataHub UI not being returned
- Queries now fetch both
schemaMetadataandeditableSchemaMetadata, merging with UI edits taking precedence
mcp-datahub v0.4.2
- New
Loggerinterface for structured logging - Improved error messages for
GetEntityfailures (includes URN and context) - Fixed null data detection (JSON
nullvs Gonil)
Breaking Changes
None. All changes are backward compatible.
Upgrade Instructions
Update your go.mod:
go get github.com/txn2/mcp-data-platform@v0.8.2
No configuration changes required. The debug option is optional and defaults to false.
Changelog
Others
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.8.2Verification
All release artifacts are signed with Cosign. Verify with:
cosign verify-blob --bundle mcp-data-platform_0.8.2_linux_amd64.tar.gz.sigstore.json \
mcp-data-platform_0.8.2_linux_amd64.tar.gz