@agent-inspect/mcp-server 6.7.1 → 6.7.2

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 +13 -3
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -2,6 +2,9 @@
2
2
 
3
3
  Read-only MCP server exposing local trace listings (no tool invocation, no mutation).
4
4
 
5
+
6
+ **Support level:** Preview — see [SUPPORT-LEVELS.md](https://github.com/rajudandigam/agent-inspect/blob/main/docs/SUPPORT-LEVELS.md).
7
+
5
8
  ## When to use
6
9
 
7
10
  - Let MCP-compatible clients **read** trace metadata from disk
@@ -27,8 +30,14 @@ npx agent-inspect-mcp-server --dir .agent-inspect
27
30
  ## Privacy
28
31
 
29
32
  - Reads local trace directory only
30
- - No unredacted payload export by default
31
- - No trace mutation
33
+ - Tool results go through a share-profile redaction / size boundary
34
+ - Exposes configured local evidence to the **connected MCP client** — treat that client as a trust boundary
35
+ - No trace mutation; no agent tool invocation
36
+
37
+ ## Limitations
38
+
39
+ - Preview surface — tool catalog and bounds may evolve
40
+ - Not a gateway or remote upload service
32
41
 
33
42
  ## API
34
43
 
@@ -47,9 +56,10 @@ Prefer `agent-inspect list` / `view` for humans; MCP server for tool integration
47
56
  - **Empty resources:** Confirm `--dir` points at JSONL traces
48
57
  - **Security:** Do not expose server beyond localhost without redaction review
49
58
 
59
+
50
60
  ## Version
51
61
 
52
- `3.5.x`
62
+ Part of the fixed AgentInspect release line. See the npm badge / package manifest for the current version.
53
63
 
54
64
  ## License
55
65
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-inspect/mcp-server",
3
- "version": "6.7.1",
3
+ "version": "6.7.2",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "description": "Read-only MCP server tools for local AgentInspect traces",
@@ -34,8 +34,8 @@
34
34
  "dist"
35
35
  ],
36
36
  "dependencies": {
37
- "@agent-inspect/redact": "6.7.1",
38
- "agent-inspect": "6.7.1"
37
+ "@agent-inspect/redact": "6.7.2",
38
+ "agent-inspect": "6.7.2"
39
39
  },
40
40
  "peerDependencies": {},
41
41
  "publishConfig": {