docs: COMMAND.md 및 관련 명령어 파일 삭제
- COMMAND.md: 모든 명령어 목록 삭제 - .claude/commands/index.canvas: 명령어 인덱스 파일 삭제 - .claude/settings.json: MCP 서버 설정 업데이트
This commit is contained in:
@ -1,17 +1,30 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow":[
|
||||
"Bash(ls:*)",
|
||||
"Bash(mkdir:*)",
|
||||
"Bash(grep:*)",
|
||||
"Bash(rg:*)",
|
||||
"Bash(npx tsc:*)",
|
||||
"Edit",
|
||||
"Bash(task-master *)",
|
||||
"Bash(git commit:*)",
|
||||
"Bash(git add:*)",
|
||||
"Bash(npm run *)",
|
||||
"mcp__task_master_ai__*"
|
||||
"allow": [
|
||||
"Bash(ls:*)",
|
||||
"Bash(mkdir:*)",
|
||||
"Bash(grep:*)",
|
||||
"Bash(rg:*)",
|
||||
"Bash(npx tsc:*)",
|
||||
"Edit",
|
||||
"Bash(task-master *)",
|
||||
"Bash(git commit:*)",
|
||||
"Bash(git add:*)",
|
||||
"Bash(npm run *)",
|
||||
"mcp__task_master_ai__*",
|
||||
"mcp__context7__*",
|
||||
"mcp__magic__*",
|
||||
"mcp__playwright__*",
|
||||
"mcp__sequential_thinking__*",
|
||||
"mcp__taskmaster-ai__*"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"enableAllProjectMcpServers": true,
|
||||
"enabledMcpjsonServers": [
|
||||
"context7",
|
||||
"taskmaster-ai",
|
||||
"sequential-thinking",
|
||||
"playwright",
|
||||
"magic"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user