chenyc
2026-05-13 472fb5267c1b3fa8ab798ccd15bb1aac70128d41
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "permissions": {
    "allow": [
      "Bash(node scripts/build.js --win)",
      "Bash(./jms-connection-service-windows.exe)",
      "Bash(curl -s -o /dev/null -w \"%{http_code}\" http://localhost:3100/)",
      "Bash(netstat -ano)",
      "Bash(powershell *)",
      "Bash(curl -s -o nul -w \"%{http_code}\" http://localhost:3100/)",
      "Bash(node scripts/build.js --linux)"
    ]
  }
}