85 lines
1.7 KiB
JSON
85 lines
1.7 KiB
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Read(./.env.example)",
|
|
|
|
"Bash(cat:*)",
|
|
"Bash(head:*)",
|
|
"Bash(tail:*)",
|
|
"Bash(less:*)",
|
|
"Bash(wc:*)",
|
|
"Bash(ls:*)",
|
|
"Bash(tree:*)",
|
|
"Bash(find:*)",
|
|
"Bash(grep:*)",
|
|
"Bash(rg:*)",
|
|
"Bash(fd:*)",
|
|
"Bash(file:*)",
|
|
"Bash(stat:*)",
|
|
"Bash(du:*)",
|
|
"Bash(diff:*)",
|
|
"Bash(which:*)",
|
|
"Bash(whoami:*)",
|
|
"Bash(echo:*)",
|
|
"Bash(pwd:*)",
|
|
"Bash(date:*)",
|
|
"Bash(uname:*)",
|
|
|
|
"Bash(git status:*)",
|
|
"Bash(git diff:*)",
|
|
"Bash(git log:*)",
|
|
"Bash(git branch:*)",
|
|
"Bash(git show:*)",
|
|
"Bash(git remote:*)",
|
|
"Bash(git tag:*)",
|
|
"Bash(git stash list:*)",
|
|
"Bash(git blame:*)",
|
|
"Bash(git shortlog:*)",
|
|
"Bash(git rev-parse:*)",
|
|
|
|
"Task",
|
|
|
|
"Edit",
|
|
"Write",
|
|
"MultiEdit",
|
|
|
|
"Bash(pnpm install:*)",
|
|
"Bash(pnpm add:*)",
|
|
"Bash(pnpm run build:*)",
|
|
"Bash(pnpm prisma generate:*)",
|
|
"Bash(pnpm run lint:*)",
|
|
"Bash(pip install:*)",
|
|
"Bash(pip3 install:*)",
|
|
|
|
"Bash(mkdir:*)",
|
|
"Bash(cp:*)",
|
|
"Bash(mv:*)",
|
|
"Bash(rm:*)",
|
|
"Bash(touch:*)",
|
|
"Bash(chmod:*)",
|
|
"Bash(chown:*)",
|
|
"Bash(ln:*)",
|
|
"Bash(tar:*)",
|
|
"Bash(unzip:*)",
|
|
"Bash(curl:*)",
|
|
"Bash(wget:*)",
|
|
"Bash(sed:*)",
|
|
"Bash(awk:*)",
|
|
"Bash(sort:*)",
|
|
"Bash(uniq:*)",
|
|
"Bash(cut:*)",
|
|
"Bash(xargs:*)",
|
|
"Bash(tee:*)",
|
|
"Bash(jq:*)",
|
|
|
|
"mcp__ide__getDiagnostics"
|
|
],
|
|
"deny": [
|
|
"Read(./.env)",
|
|
"Read(./.env.development)",
|
|
"Read(./.env.production)",
|
|
|
|
"Read(./.git/config)"
|
|
]
|
|
}
|
|
} |