From dc49e78d00453b4039b00242f70f7feb7d1f3f8a Mon Sep 17 00:00:00 2001 From: kristof Date: Thu, 3 Apr 2025 06:08:18 +0200 Subject: [PATCH] ... --- .roo/mcp.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .roo/mcp.json diff --git a/.roo/mcp.json b/.roo/mcp.json new file mode 100644 index 0000000..b96d12a --- /dev/null +++ b/.roo/mcp.json @@ -0,0 +1,16 @@ +{ + "mcpServers": { + "gitea": { + "command": "/Users/despiegk/hero/bin/mcpgitea", + "args": [ + "-t", "stdio", + "--host", "https://gitea.com", + "--token", "5bd13c898368a2edbfcef43f898a34857b51b37a" + ], + "env": { + "GITEA_HOST": "https://git.ourworld.tf/", + "GITEA_ACCESS_TOKEN": "5bd13c898368a2edbfcef43f898a34857b51b37a" + } + } + } +} \ No newline at end of file