We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8dd92a commit ad9597fCopy full SHA for ad9597f
Justfile
@@ -51,12 +51,3 @@ debug-mcp:
51
set -euo pipefail
52
PM2_MCP_DEBUG=true DEBUG=pm2-mcp* pm2-mcp
53
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