@agent-inspect/mcp 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 +5 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,6 +2,9 @@
2
2
 
3
3
  MCP **client** tool-call tracing for AgentInspect (list/call lifecycle).
4
4
 
5
+
6
+ **Support level:** Supported — 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
  - Your agent uses an MCP client and you need local tool-call steps
@@ -48,9 +51,10 @@ await traced.callTool({ name: "search", arguments: {} });
48
51
 
49
52
  - **Missing list_tools steps:** Ensure client goes through wrapped instance
50
53
 
54
+
51
55
  ## Version
52
56
 
53
- `agent-inspect@3.5.x`
57
+ Part of the fixed AgentInspect release line. See the npm badge / package manifest for the current version.
54
58
 
55
59
  ## License
56
60
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-inspect/mcp",
3
- "version": "6.7.1",
3
+ "version": "6.7.2",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "description": "Local MCP client tool-call tracing for AgentInspect",
@@ -34,7 +34,7 @@
34
34
  "dist"
35
35
  ],
36
36
  "dependencies": {
37
- "agent-inspect": "6.7.1"
37
+ "agent-inspect": "6.7.2"
38
38
  },
39
39
  "publishConfig": {
40
40
  "access": "public"