도커환경으로 변경
This commit is contained in:
1616
.agents/git-mcp/package-lock.json
generated
Normal file
1616
.agents/git-mcp/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
16
.agents/git-mcp/package.json
Normal file
16
.agents/git-mcp/package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "git-mcp",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"description": "",
|
||||
"dependencies": {
|
||||
"@andrebuzeli/git-mcp": "^15.12.4",
|
||||
"zod": "^4.4.3"
|
||||
}
|
||||
}
|
||||
14
.agents/mcp_config.json
Normal file
14
.agents/mcp_config.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"gitea": {
|
||||
"command": "node",
|
||||
"args": [
|
||||
"/mnt/d/이태훈/19ProjectMaster/AICodeTest/.agents/git-mcp/node_modules/@andrebuzeli/git-mcp/src/index.js"
|
||||
],
|
||||
"env": {
|
||||
"GITEA_URL": "https://gitea.hmac.kr",
|
||||
"GITEA_TOKEN": "34a35034b9335b5129c8bfcd27e841d83f0aeaed"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user