config: 설정 파일에서 권한 구조 변경 및 모델 제공자 업데이트

This commit is contained in:
2025-07-13 22:10:41 +09:00
parent abb1ee7e71
commit 339f13d14e
3 changed files with 49 additions and 21 deletions

View File

@ -1,13 +1,15 @@
{
"allowedTools": [
"Bash(grep:*)",
"Bash(rg:*)",
"Bash(npx tsc:*)",
"Edit",
"Bash(task-master *)",
"Bash(git commit:*)",
"Bash(git add:*)",
"Bash(npm run *)",
"mcp__task_master_ai__*"
]
"permissions": {
"allow":[
"Bash(grep:*)",
"Bash(rg:*)",
"Bash(npx tsc:*)",
"Edit",
"Bash(task-master *)",
"Bash(git commit:*)",
"Bash(git add:*)",
"Bash(npm run *)",
"mcp__task_master_ai__*"
]
}
}