From 91f070c985bef7f6bf14c1822f46883e197cd377 Mon Sep 17 00:00:00 2001 From: armistace Date: Tue, 22 Jul 2025 15:52:55 +1000 Subject: [PATCH] initial --- mcpo_config.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 mcpo_config.json 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" + } + } + } +}