From ae39f68770ee02f9d3878b82f8ecc075842f9887 Mon Sep 17 00:00:00 2001 From: beppeb Date: Tue, 4 Nov 2025 04:14:51 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20.continue/mcpServers/mcp.j?= =?UTF-8?q?son?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .continue/mcpServers/mcp.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .continue/mcpServers/mcp.json diff --git a/.continue/mcpServers/mcp.json b/.continue/mcpServers/mcp.json new file mode 100644 index 0000000..70d1f05 --- /dev/null +++ b/.continue/mcpServers/mcp.json @@ -0,0 +1,16 @@ +{ + "mcpServers": { + "gitea": { + "command": "gitea-mcp", + "args": [ + "-t", + "stdio", + "--host", + "https://gitea.com" //your host + ], + "env": { + "GITEA_ACCESS_TOKEN": "" + } + } + } +} \ No newline at end of file