@fanduzi/deltascope-mcp 0.360.0 → 0.380.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 +9 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,9 +8,16 @@ This package does not implement DeltaScope MCP tools itself. It downloads the ma
8
8
 
9
9
  The launcher verifies the downloaded archive against the official DeltaScope release checksums before it updates the local cache.
10
10
 
11
- ## Supported Audit Surface
11
+ ## Supported MCP Surface
12
12
 
13
- The launched `deltascope-mcp` server exposes a unified `audit_sql` surface for:
13
+ The launched `deltascope-mcp` server exposes four tools:
14
+
15
+ - `audit_sql` — audit SQL statements with DeltaScope.
16
+ - `describe_rule` — describe one shipped DeltaScope rule by rule ID.
17
+ - `list_rules` — list shipped DeltaScope rules with optional filters.
18
+ - `get_capabilities` — return a concise capability summary for MCP clients.
19
+
20
+ The `audit_sql` tool supports:
14
21
 
15
22
  - MySQL offline audit
16
23
  - TiDB offline audit
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fanduzi/deltascope-mcp",
3
- "version": "0.360.0",
3
+ "version": "0.380.0",
4
4
  "description": "Launcher package for the DeltaScope MCP stdio server",
5
5
  "type": "module",
6
6
  "repository": {