@fanduzi/deltascope-mcp 0.17.0 → 0.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -16,7 +16,7 @@ The launched `deltascope-mcp` server exposes a unified `audit_sql` surface for:
16
16
  - TiDB offline audit
17
17
  - PostgreSQL offline audit on the main PG-capable release binaries across the supported macOS and Linux platforms
18
18
 
19
- Connection-backed metadata-aware audit remains limited to MySQL/TiDB-compatible instances. PostgreSQL requests must stay offline-only on the MCP surface.
19
+ 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.
20
20
 
21
21
  ## Version Contract
22
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fanduzi/deltascope-mcp",
3
- "version": "0.17.0",
3
+ "version": "0.19.0",
4
4
  "description": "Launcher package for the DeltaScope MCP stdio server",
5
5
  "type": "module",
6
6
  "repository": {