chore: pre-AI Agent gitea workflow changes
This commit is contained in:
19
.mcp.json
Normal file
19
.mcp.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"gitea-mcp": {
|
||||
"type": "stdio",
|
||||
"command": "docker",
|
||||
"args": [
|
||||
"run",
|
||||
"-i",
|
||||
"--rm",
|
||||
"--env",
|
||||
"GITEA_ACCESS_TOKEN=88f2ac07f148676a79ce413c7f5ca4912468c500",
|
||||
"--env",
|
||||
"GITEA_HOST=https://git.motovaultpro.com",
|
||||
"docker.gitea.com/gitea-mcp-server"
|
||||
],
|
||||
"env": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user