Skip to content

mcp-data-platform-v1.55.8

Choose a tag to compare

@github-actions github-actions released this 13 Apr 19:01
· 179 commits to main since this release
b43eaef

Diagnostic logging for managed resources pipeline

Adds DEBUG-level logging at every decision point in the managed resources middleware to diagnose why resources uploaded via the REST API are not visible through the MCP resources primitive in production.

Also fixes the SDK fallback resource handler to return valid content instead of nil Contents, which caused read handler returned nil information errors.

Upgrade notes

  • No config changes required. Logging is at DEBUG level and does not affect production behavior.
  • Set log level to DEBUG to see the diagnostic output.

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

Verification

All release artifacts are signed with Cosign. Verify with:

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