@cloudbase/cloudbase-mcp 2.7.7 → 2.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,8 +1,10 @@
1
1
  <div align="center"><a name="readme-top"></a>
2
+
3
+ <a href="https://tencentcloudbase.github.io/CloudBase-MCP/2025/" target="_blank"><img width="3094" height="654" alt="banner" src="https://github.com/user-attachments/assets/39adbeac-1f43-4a31-bb9b-d6f65e905295" /></a>
2
4
 
3
5
  ![](scripts/assets/toolkit-better.gif)
4
6
 
5
- <h1>CloudBase AI ToolKit</h1>
7
+ <h1>CloudBase MCP</h1>
6
8
 
7
9
  **🪐 AI 编程,一键上线**<br/>
8
10
  连接 AI IDE 与腾讯云 CloudBase 的部署桥梁,让你的 AI 应用即刻上线
@@ -11,6 +13,7 @@
11
13
 
12
14
  <!-- SHIELD GROUP -->
13
15
 
16
+
14
17
  [![][npm-version-shield]][npm-link]
15
18
  [![][npm-downloads-shield]][npm-link]
16
19
  [![][github-stars-shield]][github-stars-link]
@@ -20,6 +23,7 @@
20
23
  ![][github-contributors-shield]
21
24
  [![][cnb-shield]][cnb-link]
22
25
  [![][deepwiki-shield]][deepwiki-link]
26
+ [![MCP Badge](https://lobehub.com/badge/mcp/tencentcloudbase-cloudbase-ai-toolkit)](https://lobehub.com/mcp/tencentcloudbase-cloudbase-ai-toolkit)
23
27
 
24
28
  **发现了一个让 AI 编程一键上线的神器,推荐给正在用 AI 编程的朋友**
25
29
 
@@ -29,19 +33,21 @@
29
33
 
30
34
  <sup>从 AI 提示词到应用上线的最短路径</sup>
31
35
 
36
+ <img width="1148" height="389" alt="Clipboard_Screenshot_1764660604" src="https://github.com/user-attachments/assets/86294f88-632e-46b5-958f-94d8c8b85070" />
37
+
32
38
  [![][github-trending-shield]](https://github.com/TencentCloudBase/CloudBase-AI-ToolKit)
33
39
 
34
40
  [<img width="791" height="592" alt="Clipboard_Screenshot_1763724670" src="https://github.com/user-attachments/assets/f769beb7-5710-4397-8854-af2b7e452f70" />](https://docs.cloudbase.net/ai/cloudbase-ai-toolkit/tutorials)
35
41
 
36
42
  </div>
37
43
 
38
- ## 为什么你需要 CloudBase AI ToolKit
44
+ ## 为什么你需要 CloudBase MCP
39
45
 
40
46
  AI 编程工具(如 Cursor、CodeBuddy)解决了**代码生成**的难题。
41
47
 
42
48
  但是,从"生成代码"到"应用上线"(部署、配置数据库、CDN、域名),依然存在一条鸿沟。
43
49
 
44
- **CloudBase AI ToolKit 填补了这条鸿沟。**
50
+ **CloudBase MCP**(原 CloudBase AI ToolKit)填补了这条鸿沟。
45
51
 
46
52
  你不再需要:
47
53
  - ❌ 繁琐的 DevOps 配置和 YAML 文件
@@ -68,6 +74,7 @@ AI 编程工具(如 Cursor、CodeBuddy)解决了**代码生成**的难题。
68
74
 
69
75
  在支持 MCP 的 AI IDE 中(Cursor、WindSurf、CodeBuddy 等),只需添加一行配置:
70
76
 
77
+ Local Mode (推荐):
71
78
  ```json
72
79
  {
73
80
  "mcpServers": {
@@ -79,6 +86,36 @@ AI 编程工具(如 Cursor、CodeBuddy)解决了**代码生成**的难题。
79
86
  }
80
87
  ```
81
88
 
89
+ Hosted Mode:
90
+ ```json
91
+ {
92
+ "mcpServers": {
93
+ "cloudbase": {
94
+ "type": "http",
95
+ "url": "https://tcb-api.cloud.tencent.com/mcp/v1?env_id=<env_id>",
96
+ "headers": {
97
+ "X-TencentCloud-SecretId": "<腾讯云 Secret ID>",
98
+ "X-TencentCloud-SecretKey": "<腾讯云 Secret Key"
99
+ }
100
+ }
101
+ }
102
+ }
103
+
104
+ ```
105
+
106
+ > [!TIP]
107
+ > 推荐在本地可以执行Node(npx)时使用本地CLI模式,Host 模式下缺少部分依赖文件系统的tools。
108
+
109
+ 使用 HTTP 模式的 MCP Server 时,可以通过 URL query 参数控制启用的插件:
110
+
111
+ **禁用插件示例:**
112
+ ```
113
+ # 禁用 rag 和 env 插件
114
+ https://tcb-api.cloud.tencent.com/mcp/v1?env_id=YOUR_ENV_ID&disable_plugins=rag&disable_plugins=env
115
+ ```
116
+ **可用插件枚举值:**
117
+ `env`, `database`, `functions`, `hosting`, `storage`, `setup`, `interactive`, `rag`, `cloudrun`, `gateway`, `download`, `security-rule`, `invite-code`, `capi`
118
+
82
119
  > [!TIP]
83
120
  > **推荐使用 CloudBase AI CLI**
84
121
  >
@@ -145,7 +182,7 @@ AI 编程工具(如 Cursor、CodeBuddy)解决了**代码生成**的难题。
145
182
  - 一键部署到云端
146
183
  ```
147
184
 
148
- <img width="1032" height="776" alt="f1" src="https://github.com/user-attachments/assets/62e6dd9d-9c53-4668-841d-0ac1985a75e0" />
185
+ <img width="1200" alt="AI Native" src="scripts/assets/cloudbase-mcp-card-01.png" />
149
186
 
150
187
  ### 2. 一键部署(One-Click Deploy)
151
188
 
@@ -159,7 +196,7 @@ AI 自动化的 MCP 部署流,AI 帮你搞定从云函数、数据库到静态
159
196
  - 自动返回访问链接
160
197
  ```
161
198
 
162
- <img width="1032" height="776" alt="f2" src="https://github.com/user-attachments/assets/20e0493a-fa50-4c03-b4ac-3dc584eb4ccb" />
199
+ <img width="1200" alt="One-Click Deploy" src="scripts/assets/cloudbase-mcp-card-02.png" />
163
200
 
164
201
  ### 3. 智能调试(Smart Debugging)
165
202
 
@@ -173,7 +210,7 @@ AI 自动化的 MCP 部署流,AI 帮你搞定从云函数、数据库到静态
173
210
  - 自动重新部署
174
211
  ```
175
212
 
176
- <img width="1032" height="776" alt="f5" src="https://github.com/user-attachments/assets/5a61714a-ddcf-448a-8740-983bbad9d2b9" />
213
+ <img width="1200" alt="Smart Debugging" src="scripts/assets/cloudbase-mcp-card-03.png" />
177
214
 
178
215
  ### 4. 全栈支持(Full-Stack Ready)
179
216
 
@@ -185,7 +222,7 @@ AI 自动化的 MCP 部署流,AI 帮你搞定从云函数、数据库到静态
185
222
  | **微信小程序** | 原生/UniApp | 小程序发布 |
186
223
  | **后端服务** | Node.js/Python | 云函数/云托管 |
187
224
 
188
- <img width="1032" height="776" alt="f3" src="https://github.com/user-attachments/assets/1c50fed3-3223-4cd6-8534-885dc798c08e" />
225
+ <img width="1200" alt="Full-Stack Ready" src="scripts/assets/cloudbase-mcp-card-04.png" />
189
226
 
190
227
  ### 5. 知识检索(Knowledge Search)
191
228
 
@@ -198,7 +235,7 @@ AI 自动化的 MCP 部署流,AI 帮你搞定从云函数、数据库到静态
198
235
  - 提供代码示例
199
236
  ```
200
237
 
201
- <img width="1032" height="776" alt="f6" src="https://github.com/user-attachments/assets/9ccb6b39-1f76-46b8-8b10-b076bfdcc37f" />
238
+ <img width="1200" alt="Knowledge Search" src="scripts/assets/cloudbase-mcp-card-05.png" />
202
239
 
203
240
  ### 6. 灵活工作流(Flexible Workflow)
204
241
 
@@ -209,7 +246,7 @@ AI 自动化的 MCP 部署流,AI 帮你搞定从云函数、数据库到静态
209
246
  /no_spec - 快速迭代(直接实现)
210
247
  ```
211
248
 
212
- <img width="1032" height="776" alt="f7" src="https://github.com/user-attachments/assets/30a0632c-92e9-4f6d-8da9-10aef044d516" />
249
+ <img width="1200" alt="Flexible Workflow" src="scripts/assets/cloudbase-mcp-card-06.png" />
213
250
 
214
251
 
215
252
  ## 📦 安装配置
@@ -358,26 +395,6 @@ CodeBuddy 已内置 CloudBase MCP,无需配置即可使用。
358
395
  - [插件系统](https://docs.cloudbase.net/ai/cloudbase-ai-toolkit/plugins)
359
396
  - [常见问题](https://docs.cloudbase.net/ai/cloudbase-ai-toolkit/faq)
360
397
 
361
- ### 教程
362
-
363
- #### 文章
364
- - [用 CloudBase AI CLI 开发邻里闲置物品循环利用小程序](https://docs.cloudbase.net/practices/ai-cli-mini-program)
365
- - [使用 CodeBuddy IDE + CloudBase 一站式开发卡片翻翻翻游戏](https://mp.weixin.qq.com/s/2EM3RBzdQUCdfld2CglWgg)
366
- - [1小时开发微信小游戏《我的早餐店》](https://cloud.tencent.com/developer/article/2532595)
367
- - [更多教程...](https://docs.cloudbase.net/ai/cloudbase-ai-toolkit/tutorials)
368
-
369
- #### 视频
370
- - [云开发CloudBase:用AI开发一款分手厨房小游戏](https://www.bilibili.com/video/BV1v5KAzwEf9/)
371
- - [软件3.0:AI 编程新时代的最佳拍档](https://www.bilibili.com/video/BV15gKdz1E5N/)
372
- - [更多视频...](https://docs.cloudbase.net/ai/cloudbase-ai-toolkit/tutorials)
373
-
374
- ### 项目案例
375
-
376
- - [五子棋联机游戏](https://github.com/TencentCloudBase/awesome-cloudbase-examples/tree/master/web/gomoku-game)
377
- - [分手厨房联机游戏](https://github.com/TencentCloudBase/awesome-cloudbase-examples/tree/master/web/overcooked-game)
378
- - [电商管理后台](https://github.com/TencentCloudBase/awesome-cloudbase-examples/tree/master/web/ecommerce-management-backend)
379
- - [更多案例...](https://github.com/TencentCloudBase/awesome-cloudbase-examples)
380
-
381
398
  ## 💬 社区
382
399
 
383
400
  ### 微信交流群
@@ -401,7 +418,7 @@ CodeBuddy 已内置 CloudBase MCP,无需配置即可使用。
401
418
 
402
419
  ## Contributors
403
420
 
404
- 感谢所有为 CloudBase AI ToolKit 做出贡献的开发者!
421
+ 感谢所有为 CloudBase MCP 做出贡献的开发者!
405
422
 
406
423
  [![Contributors](https://contrib.rocks/image?repo=TencentCloudBase/CloudBase-AI-ToolKit)](https://github.com/TencentCloudBase/CloudBase-AI-ToolKit/graphs/contributors)
407
424