@leo000001/claude-code-mcp 2.8.0 → 2.8.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leo000001/claude-code-mcp",
3
- "version": "2.8.0",
3
+ "version": "2.8.3",
4
4
  "description": "MCP server that runs Claude Code as tools — start coding agents, poll their progress, and control permissions from any MCP client",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -23,6 +23,7 @@
23
23
  "e2e:stdio:cancel:wp": "node scripts/e2e/stdio-cancel-regression.mjs --mode waiting-permission-cancel --iterations 20",
24
24
  "e2e:stdio:interrupt": "node scripts/e2e/stdio-cancel-regression.mjs --mode fast-interrupt --iterations 20",
25
25
  "e2e:stdio:interrupt:wp": "node scripts/e2e/stdio-cancel-regression.mjs --mode waiting-permission-interrupt --iterations 20",
26
+ "e2e:stdio:metadata": "npm run build && node scripts/e2e/stdio-metadata-smoke.mjs",
26
27
  "e2e:stdio:reply-race": "node scripts/e2e/stdio-reply-race-regression.mjs",
27
28
  "e2e:stdio:runner": "node scripts/e2e/stdio-runner.mjs --iterations 20",
28
29
  "e2e": "npm run build && vitest run --config e2e/vitest.config.ts",