# 1. Fork 仓库 gh repo fork yeuxuan/Ace-Mcp-Node --clone # 2. 创建特性分支 cd Ace-Mcp-Node git checkout -b feature/my-feature # 3. 开发和测试 npm install npm run dev # 进行修改... npm run build npm test # 4. 提交变更 git ...