chenyc
2026-05-14 d41b8c33c18627c17db8f1b013e8826a9be2d292
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)"
    ]
  }
}