2025-12-25 14:30:17 +08:00
|
|
|
{
|
|
|
|
|
"permissions": {
|
|
|
|
|
"allow": [
|
|
|
|
|
"Bash(npm install:*)",
|
|
|
|
|
"Bash(npm run build)",
|
|
|
|
|
"Bash(wait:*)",
|
|
|
|
|
"Bash(tree:*)",
|
|
|
|
|
"Bash(cat:*)",
|
|
|
|
|
"Bash(git rm:*)",
|
2026-01-06 15:20:10 +08:00
|
|
|
"Bash(git check-ignore:*)",
|
2026-01-06 15:24:18 +08:00
|
|
|
"Bash(git checkout:*)",
|
2026-03-06 10:30:42 +08:00
|
|
|
"Bash(find:*)",
|
2026-04-21 15:59:53 +08:00
|
|
|
"Bash(mkdir:*)",
|
|
|
|
|
"mcp__ide__getDiagnostics"
|
2025-12-25 14:30:17 +08:00
|
|
|
],
|
|
|
|
|
"deny": [],
|
|
|
|
|
"ask": []
|
|
|
|
|
}
|
|
|
|
|
}
|