From 96cfef7d7c0cf00fb5d367262b405550a455272e Mon Sep 17 00:00:00 2001 From: armistace Date: Tue, 22 Jul 2025 15:52:55 +1000 Subject: [PATCH] initial --- .gitignore | 1 + mcpo_config.json | 16 ++++++++++++++++ requirements.txt | 1 + 3 files changed, 18 insertions(+) create mode 100644 .gitignore create mode 100644 mcpo_config.json create mode 100644 requirements.txt diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..831fce0 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.venv* 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" + } + } + } +} diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..9dbd69b --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +mcpo