19 lines
386 B
JSON
19 lines
386 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(go build:*)",
|
|
"Bash(find . -name \"*.go\" -type f -exec wc -l {} +)",
|
|
"Bash(sort -k2)",
|
|
"Bash(where go:*)",
|
|
"Read(//c/Users/SSAFY/sdk/**)",
|
|
"Read(//c/Users/98kim/**)",
|
|
"Bash(go test:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(git commit:*)"
|
|
]
|
|
},
|
|
"disabledMcpjsonServers": [
|
|
"unity-mcp"
|
|
]
|
|
}
|