feat: update permissions to include additional Bash commands
This commit is contained in:
@@ -2,7 +2,13 @@
|
|||||||
"permissions": {
|
"permissions": {
|
||||||
"allow": [
|
"allow": [
|
||||||
"WebSearch",
|
"WebSearch",
|
||||||
"Bash(npm install:*)"
|
"Bash(npm install:*)",
|
||||||
|
"Bash(git add:*)",
|
||||||
|
"Bash(git commit:*)",
|
||||||
|
"Bash(npm run:*)",
|
||||||
|
"Bash(git show-ref:*)",
|
||||||
|
"Bash(git checkout:*)",
|
||||||
|
"mcp__plugin_playwright_playwright__browser_navigate"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user