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