docs: COMMAND.md 및 관련 명령어 파일 삭제

- COMMAND.md: 모든 명령어 목록 삭제
- .claude/commands/index.canvas: 명령어 인덱스 파일 삭제
- .claude/settings.json: MCP 서버 설정 업데이트
This commit is contained in:
2025-07-20 23:32:34 +09:00
parent 5c2374c23b
commit ae6398decd
4 changed files with 108 additions and 868 deletions

View File

@ -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"
]
}