sandboxbox 3.0.65 → 3.0.67

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.
@@ -9,7 +9,9 @@
9
9
  "Bash(git rm:*)",
10
10
  "Bash(git commit:*)",
11
11
  "Bash(npm version:*)",
12
- "Bash(npm publish)"
12
+ "Bash(npm publish)",
13
+ "Bash(./run-parallel-test.sh)",
14
+ "Bash(./test-mcp.sh:*)"
13
15
  ],
14
16
  "deny": [],
15
17
  "ask": []
@@ -8,8 +8,21 @@
8
8
  "description": "Advanced Claude Code plugin with WFGY integration, MCP tools, and automated hooks",
9
9
  "author": "AnEntrypoint",
10
10
  "homepage": "https://github.com/AnEntrypoint/glootie-cc"
11
+ },
12
+ "mcpServers": {
13
+ "glootie": {
14
+ "command": "node",
15
+ "args": ["${CLAUDE_PLUGIN_ROOT}/node_modules/mcp-glootie/src/index.js"]
16
+ },
17
+ "playwright": {
18
+ "command": "node",
19
+ "args": ["${CLAUDE_PLUGIN_ROOT}/node_modules/@playwright/mcp/cli.js"]
20
+ },
21
+ "vexify": {
22
+ "command": "node",
23
+ "args": ["${CLAUDE_PLUGIN_ROOT}/node_modules/vexify/lib/bin/cli.js", "mcp"]
24
+ }
11
25
  }
12
-
13
26
  }
14
27
 
15
28
 
@@ -7,5 +7,19 @@
7
7
  "enabledPlugins": {
8
8
  "glootie-cc@anentrypoint-glootie-cc": true
9
9
  },
10
+ "mcpServers": {
11
+ "glootie": {
12
+ "command": "node",
13
+ "args": ["${HOME}/.claude/plugins/marketplaces/anentrypoint-glootie-cc/node_modules/mcp-glootie/src/index.js"]
14
+ },
15
+ "playwright": {
16
+ "command": "node",
17
+ "args": ["${HOME}/.claude/plugins/marketplaces/anentrypoint-glootie-cc/node_modules/@playwright/mcp/cli.js"]
18
+ },
19
+ "vexify": {
20
+ "command": "node",
21
+ "args": ["${HOME}/.claude/plugins/marketplaces/anentrypoint-glootie-cc/node_modules/vexify/lib/bin/cli.js", "mcp"]
22
+ }
23
+ },
10
24
  "alwaysThinkingEnabled": true
11
25
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sandboxbox",
3
- "version": "3.0.65",
3
+ "version": "3.0.67",
4
4
  "description": "Lightweight process containment sandbox for CLI tools - Playwright, Claude Code, and more. Pure Node.js, no dependencies.",
5
5
  "type": "module",
6
6
  "main": "cli.js",