Files
test-mcp/.agents/mcp_config.json

15 lines
349 B
JSON

{
"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"
}
}
}
}