@cloudbase/cloudbase-mcp 2.2.0 → 2.3.1
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 +2 -2
- package/dist/cli.cjs +265 -510
- package/dist/index.cjs +265 -510
- package/dist/index.js +230 -93
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
|
|
38
38
|
## 为什么你需要 CloudBase AI ToolKit?
|
|
39
39
|
|
|
40
|
-
AI 编程工具(如 Cursor、
|
|
40
|
+
AI 编程工具(如 Cursor、CodeBuddy)解决了**代码生成**的难题。
|
|
41
41
|
|
|
42
42
|
但是,从"生成代码"到"应用上线"(部署、配置数据库、CDN、域名),依然存在一条鸿沟。
|
|
43
43
|
|
|
@@ -334,7 +334,7 @@ CodeBuddy 已内置 CloudBase MCP,无需配置即可使用。
|
|
|
334
334
|
|
|
335
335
|
## 🧩 MCP 工具
|
|
336
336
|
|
|
337
|
-
|
|
337
|
+
覆盖环境管理、数据库、云函数、静态托管、小程序发布等核心功能。
|
|
338
338
|
|
|
339
339
|
| 分类 | 工具 | 核心功能 |
|
|
340
340
|
|------|------|----------|
|