This commit is contained in:
armistace 2025-07-22 15:52:55 +10:00
parent d442093f39
commit 91f070c985

16
mcpo_config.json Normal file
View File

@ -0,0 +1,16 @@
{
"mcpServers": {
"gitea_stdio": {
"command": "./gitea-mcp",
"args": [
"-t",
"stdio",
"--host",
"https://git.aridgwayweb.com"
],
"env": {
"GITEA_ACCESS_TOKEN": "bac6a1e753d6f2c0b848bd1cbad82965b43ea480"
}
}
}
}