mcp-data-platform-v1.56.1
Tool List Change Notifications
MCP clients now receive notifications/tools/list_changed when the server's tool list changes. Previously, clients that reconnected after a server upgrade kept their stale cached tool list and would not see newly registered tools until a manual disconnect/reconnect.
This enables seamless upgrades — deploying a new version with additional tools (e.g., trino_export from v1.56.0) is immediately visible to connected clients without requiring them to restart their session.
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.56.1Verification
All release artifacts are signed with Cosign. Verify with:
cosign verify-blob --bundle mcp-data-platform_1.56.1_linux_amd64.tar.gz.sigstore.json \
mcp-data-platform_1.56.1_linux_amd64.tar.gz