mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-14 18:26:11 -04:00
31 lines
722 B
JSON
31 lines
722 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"mcp__ide__getDiagnostics",
|
|
"Bash(./gradlew tasks:*)",
|
|
"Bash(./gradlew:*)",
|
|
"Bash(find:*)",
|
|
"Bash(ls:*)",
|
|
"Bash(grep:*)",
|
|
"Bash(rg:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(git log:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(git show:*)",
|
|
"Bash(git checkout:*)",
|
|
"Bash(git branch:*)",
|
|
"Bash(git stash:*)",
|
|
"Bash(gh issue list:*)",
|
|
"Bash(gh pr list:*)",
|
|
"Bash(gh label list:*)",
|
|
"WebSearch",
|
|
"WebFetch(domain:support.google.com)",
|
|
"WebFetch(domain:github.com)",
|
|
"WebFetch(domain:mvnrepository.com)",
|
|
"WebFetch(domain:kotlinlang.org)",
|
|
"WebFetch(domain:developer.android.com)",
|
|
"WebFetch(domain:issuetracker.google.com)"
|
|
],
|
|
"deny": []
|
|
}
|
|
} |