@agent-inspect/mcp-server 6.14.0 → 6.14.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.
package/dist/index.mjs CHANGED
@@ -1,3 +1,3 @@
1
- export { MCP_MAX_REQUEST_BYTES, MCP_PROTOCOL_VERSION, READ_ONLY_TOOLS, callReadOnlyTool, createMcpServerContext, handleMcpProtocolLine, runReadOnlyMcpServer } from './chunk-C6EBJS57.mjs';
1
+ export { MCP_MAX_REQUEST_BYTES, MCP_PROTOCOL_VERSION, READ_ONLY_TOOLS, callReadOnlyTool, createMcpServerContext, handleMcpProtocolLine, runReadOnlyMcpServer } from './chunk-7AL325ZU.mjs';
2
2
  //# sourceMappingURL=index.mjs.map
3
3
  //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@agent-inspect/mcp-server",
3
- "version": "6.14.0",
3
+ "version": "6.14.2",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
- "description": "Read-only MCP server tools for local AgentInspect traces",
6
+ "description": "Read-only MCP server for local AgentInspect TraceFacts, causal failure, and Evidence tools",
7
7
  "repository": {
8
8
  "type": "git",
9
9
  "url": "git+https://github.com/rajudandigam/agent-inspect.git",
@@ -38,13 +38,21 @@
38
38
  "dist"
39
39
  ],
40
40
  "dependencies": {
41
- "@agent-inspect/redact": "6.14.0",
42
- "agent-inspect": "6.14.0"
41
+ "@agent-inspect/redact": "6.14.2",
42
+ "agent-inspect": "6.14.2"
43
43
  },
44
44
  "peerDependencies": {},
45
45
  "publishConfig": {
46
46
  "access": "public"
47
47
  },
48
+ "keywords": [
49
+ "mcp",
50
+ "agent-inspect",
51
+ "tracefacts",
52
+ "coding-agent",
53
+ "local-first",
54
+ "typescript"
55
+ ],
48
56
  "scripts": {
49
57
  "build": "pnpm --workspace-root exec tsup --config tsup.mcp-server.config.ts",
50
58
  "test": "vitest run -c ../../vitest.config.ts"