File tree Expand file tree Collapse file tree 1 file changed +26
-10
lines changed
Expand file tree Collapse file tree 1 file changed +26
-10
lines changed Original file line number Diff line number Diff line change 2323当你在** Cursor/ VSCode GitHub Copilot/WinSurf/CodeBuddy** 等AI编程工具里写代码时,它能自动帮你生成可直接部署的前后端应用+小程序,并一键发布到腾讯云开发 CloudBase。
2424
2525
26- ** 完整视频演示**
27-
28- https://github.com/user-attachments/assets/2b402fa6-c5c4-495a-b85b-f5d4a25daa4a
29-
30-
3126
3227
3328### 🚀 三大核心能力
@@ -162,12 +157,33 @@ https://github.com/user-attachments/assets/2b402fa6-c5c4-495a-b85b-f5d4a25daa4a
162157<details >
163158<summary ><strong >👥 CodeBuddy 配置</strong ></summary >
164159
165- #### 配置说明
166- CodeBuddy 需要手动添加规则文件:
160+ #### 步骤1:自动应用 AI 规则
161+
162+ 模板中已包含 ` .rules/ ` 目录,CodeBuddy 会自动识别云开发最佳实践
163+
164+ #### 步骤 2:配置 MCP
165+
166+ ** 配置云开发 MCP Server***
167167
168- 1 . 使用模板中的 ` .common_rules/ ` 目录
169- 2 . 在对话时使用 ` @ ` 选择相应的云开发规则
170- 3 . MCP 配置同其他工具
168+ 点击 CodeBuddy 右上角的 MCP 图标
169+
170+ 点击进入之后,点击右侧的 + 号,在打开的文件中修改 MCP 配置
171+
172+ 其中 CLOUDBASE_ENV_ID 填写你的云开发环境 ID
173+
174+ ``` json
175+ {
176+ "mcpServers" : {
177+ "cloudbase-mcp" : {
178+ "command" : " npx" ,
179+ "args" : [" @cloudbase/cloudbase-mcp" ],
180+ "env" : {
181+ "CLOUDBASE_ENV_ID" : " 你的云开发环境ID"
182+ }
183+ }
184+ }
185+ }
186+ ```
171187
172188</details >
173189
You can’t perform that action at this time.
0 commit comments