diff --git a/server/mcp-server/ecosystem.config.js b/server/mcp-server/ecosystem.config.js index 58e6e2d..e8d6a73 100644 --- a/server/mcp-server/ecosystem.config.js +++ b/server/mcp-server/ecosystem.config.js @@ -15,7 +15,7 @@ module.exports = { MCP_PORT: '8083', MCP_HOST: '127.0.0.1', GITEA_URL: 'http://127.0.0.1:3001', - GITEA_TOKEN: '', // 由部署工作流从 ZY_REPO_TOKEN 注入 + GITEA_TOKEN: '2d924a6e19b44d14bf367f5dd1ce238510128183', // 铸渊 Direct注入 - 冰朔个人令牌 GITEA_OWNER: 'bingshuo', GITEA_REPO: 'guanghulab', REPO_DIR: '/data/guanghulab/repo',