You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
655 B
22 lines
655 B
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(go version *)",
|
|
"Bash(go env *)",
|
|
"Bash(go doc *)",
|
|
"Bash(npm view *)",
|
|
"Bash(go get *)",
|
|
"Bash(curl -s --connect-timeout 5 https://proxy.golang.org/)",
|
|
"Bash(echo \"exit: $?\")",
|
|
"Bash(ping -c 1 -W 3 8.8.8.8)",
|
|
"Bash(GOPROXY=direct go get *)",
|
|
"Bash(GOPROXY=direct GONOSUMCHECK='*' GONOSUMDB='*' go get *)",
|
|
"Bash(GOPROXY='https://goproxy.cn,direct' GONOSUMCHECK='*' GONOSUMDB='*' go get *)",
|
|
"Bash(go build *)",
|
|
"Bash(npm create *)",
|
|
"Bash(npm install *)",
|
|
"Bash(npm run *)",
|
|
"mcp__ide__getDiagnostics"
|
|
]
|
|
}
|
|
}
|
|
|