Skip to content

mcp-data-platform-v1.46.2

Choose a tag to compare

@github-actions github-actions released this 30 Mar 03:37
· 218 commits to main since this release
3ca172f

Context Documents Now Visible by Default

Context documents created via apply_knowledge (add_context_document) and datahub_create (what=document) now default to visible (global_context=true) and published (status=PUBLISHED). Previously, documents were created invisible in the DataHub UI, requiring callers to manually set both flags.

Callers can still override with global_context=false or status=UNPUBLISHED when needed.

Dependency Updates

  • txn2/mcp-datahub v1.7.0 → v1.7.1 (#276)

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

Verification

All release artifacts are signed with Cosign. Verify with:

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