From b6d94445ec1bb756d85382d861196c05521b503d Mon Sep 17 00:00:00 2001 From: bingshuo <565183519@qq.com> Date: Thu, 14 May 2026 01:32:46 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=97=20mcp.json:=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=20repo-mcp-server=20=E9=85=8D=E7=BD=AE=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .workbuddy/mcp.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.workbuddy/mcp.json b/.workbuddy/mcp.json index 58d7992..d93ce3b 100644 --- a/.workbuddy/mcp.json +++ b/.workbuddy/mcp.json @@ -5,6 +5,11 @@ "headers": { "Authorization": "Bearer fe272b100e3e42ba2271d7b7a03236b9c19afee3b2ee9d28e964a3c286763357" } + }, + "repo-mcp-server": { + "description": "光湖·仓库执行手 — Notion 人格体操作代码仓库的 MCP 桥梁", + "url": "https://guanghulab.com/repo-mcp", + "notes": "需先部署到 CVM:cd /opt/zhuyuan/repo-mcp-server && npm install && pm2 start index.js --name repo-mcp-server" } } -} \ No newline at end of file +}