@fanduzi/deltascope-mcp
v0.90.0
Published
Launcher package for the DeltaScope MCP stdio server
Readme
DeltaScope MCP Launcher
Bootstrap package for launching the native deltascope-mcp stdio server from npm-based MCP clients.
What This Package Does
This package does not implement DeltaScope MCP tools itself. It downloads the matching native deltascope-mcp release binary, caches it locally, and then starts the real stdio server.
The launcher verifies the downloaded archive against the official DeltaScope release checksums before it updates the local cache.
Supported Audit Surface
The launched deltascope-mcp server exposes a unified audit_sql surface for:
- MySQL offline audit
- TiDB offline audit
- PostgreSQL offline audit on the main PG-capable release binaries across the supported macOS and Linux platforms
Connection-backed metadata-aware audit supports MySQL/TiDB-compatible instances and PostgreSQL on the main PG-capable release binaries across the supported macOS and Linux platforms.
Version Contract
- npm package version should track the DeltaScope release version it boots
- by default the launcher resolves the native binary from its own package version
DELTASCOPE_MCP_VERSIONoverrides the target DeltaScope versionDELTASCOPE_MCP_BASE_URLoverrides only the archive download base URL before the version and archive name are appended- checksum verification still uses the official GitHub release checksums file
Default download base:
https://github.com/Fanduzi/DeltaScope/releases/downloadExample override:
DELTASCOPE_MCP_BASE_URL=https://mirror.example.com/deltascope/releases/download \
npx -y @fanduzi/deltascope-mcp