This commit is contained in:
armistace 2025-07-22 15:52:55 +10:00
commit 96cfef7d7c
3 changed files with 18 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.venv*

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

1
requirements.txt Normal file
View File

@ -0,0 +1 @@
mcpo