Skip to content

mcp-data-platform-v1.55.9

Choose a tag to compare

@github-actions github-actions released this 13 Apr 20:20
· 178 commits to main since this release
a498244

Fix: resources/read URI extraction

extractResourceURI used json.Marshal on the MCP request to parse the URI, which failed because ServerRequest contains function fields that cannot be serialized. This caused every resources/read to fall through the middleware to the SDK's fallback handler. Replaced with a direct type assertion to *mcp.ReadResourceParams via GetParams().

Diagnosed via production logs added in v1.55.8.

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

Verification

All release artifacts are signed with Cosign. Verify with:

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