config_builder #1

Merged
armistace merged 11 commits from config_builder into master 2025-07-23 13:05:12 +10:00
Showing only changes of commit 91f070c985 - Show all commits

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