chore: pre-AI Agent gitea workflow changes

This commit is contained in:
Eric Gullickson
2026-01-01 21:38:50 -06:00
parent 0b16b8307f
commit d554e8bcb5
8 changed files with 260 additions and 26 deletions

19
.mcp.json Normal file
View 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": {}
}
}
}