mcp-data-platform-v1.55.9
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-platformClaude Code CLI
claude mcp add mcp-data-platform -- mcp-data-platformDocker
docker pull ghcr.io/txn2/mcp-data-platform:v1.55.9Verification
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