chore: update allowed-tools in settings.local.json
Voegt MCP- en bash-permissies toe die tijdens M13-implementatie gebruikt zijn. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
ad1755fc41
commit
c7facdffb3
1 changed files with 22 additions and 2 deletions
|
|
@ -55,7 +55,27 @@
|
|||
"Bash(npx ctx7@latest docs /websites/github_en_rest \"How to fetch Copilot bot pull request reviews and identify them by author\")",
|
||||
"Bash(npm i *)",
|
||||
"Bash(curl *)",
|
||||
"Bash(grep -E \"\\\\.\\(tsx|ts\\)$\")"
|
||||
"Bash(grep -E \"\\\\.\\(tsx|ts\\)$\")",
|
||||
"mcp__scrum4me__update_job_status",
|
||||
"Bash(node --env-file=.env.local node_modules/tsx/dist/cli.mjs ./scripts/check-jobs-tmp.ts)",
|
||||
"Bash(node --env-file=.env.local node_modules/tsx/dist/cli.mjs ./scripts/check-workers-tmp.ts)",
|
||||
"Bash(node --env-file=.env.local node_modules/prisma/build/index.js migrate deploy)",
|
||||
"Bash(xargs grep *)",
|
||||
"Bash(node --env-file=.env.local node_modules/prisma/build/index.js migrate status)",
|
||||
"Bash(gh run *)",
|
||||
"Bash(dir \"C:\\\\Users\\\\Madhu\\\\Projects\")",
|
||||
"Bash(Get-ChildItem -Path \"C:\\\\Users\\\\Madhu\\\\Projects\\\\scrum4me-mcp\" -Recurse -Include \"*wait*\" -ErrorAction SilentlyContinue)",
|
||||
"Bash(Select-Object FullName)",
|
||||
"Bash(Get-ChildItem -Path \"C:\\\\Users\\\\Madhu\\\\Projects\\\\scrum4me-mcp\" -Force)",
|
||||
"Bash(Format-Table -Property Name, PSIsContainer)",
|
||||
"Bash(Sort-Object)",
|
||||
"PowerShell(Push-Location \"C:\\\\Users\\\\Madhu\\\\Projects\\\\scrum4me-mcp\"; npx tsc --noEmit; $result = $?; Pop-Location; Write-Output \"typecheck ok: $result\")",
|
||||
"PowerShell(git *)",
|
||||
"mcp__scrum4me__verify_task_against_plan"
|
||||
]
|
||||
}
|
||||
},
|
||||
"enableAllProjectMcpServers": true,
|
||||
"enabledMcpjsonServers": [
|
||||
"scrum4me"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue