Skip to content

Commit ad9597f

Browse files
Update Justfile
Co-authored-by: Copilot <[email protected]>
1 parent a8dd92a commit ad9597f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Justfile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,3 @@ debug-mcp:
5151
set -euo pipefail
5252
PM2_MCP_DEBUG=true DEBUG=pm2-mcp* pm2-mcp
5353

54-
# Test sandbox detection
55-
test-sandbox:
56-
#!/usr/bin/env bash
57-
set -euo pipefail
58-
echo "Testing normal environment:"
59-
node -e "const {detectSandbox} = require('./lib/mcp/server.js'); console.log(detectSandbox ? 'Available' : 'Not exported');" || echo "Normal detection test"
60-
echo ""
61-
echo "Testing with CLAUDE_CODE_SANDBOX=true:"
62-
CLAUDE_CODE_SANDBOX=true PM2_MCP_DEBUG=true timeout 2 pm2-mcp 2>&1 | grep -i sandbox || echo "Check logs for sandbox detection"

0 commit comments

Comments
 (0)