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

23
.mcp.json Normal file
View File

@ -0,0 +1,23 @@
{
"mcpServers": {
"context7-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli@latest",
"run",
"@upstash/context7-mcp",
"--key",
"ccc459cf-e7b3-4f27-b6e0-b73784be55dc"
]
},
"taskmaster-ai": {
"command": "npx",
"args": [
"-y",
"--package=task-master-ai",
"task-master-ai"
]
}
}
}