diff --git a/mcpo_config.json b/mcpo_config.json new file mode 100644 index 0000000..8d2423d --- /dev/null +++ b/mcpo_config.json @@ -0,0 +1,16 @@ +{ + "mcpServers": { + "gitea_stdio": { + "command": "./gitea-mcp", + "args": [ + "-t", + "stdio", + "--host", + "https://git.aridgwayweb.com" + ], + "env": { + "GITEA_ACCESS_TOKEN": "bac6a1e753d6f2c0b848bd1cbad82965b43ea480" + } + } + } +}