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