You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mcp/manifest.json
+17-1Lines changed: 17 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
"name": "@cloudbase/cloudbase-mcp",
4
4
"displayName": "CloudBase AI ToolKit",
5
5
"version": "1.8.8",
6
-
"description": "One-stop backend services for WeChat Mini-Programs and full-stack apps. Provides 34 specialized MCP tools for cloud development.",
6
+
"description": "One-stop backend services for WeChat Mini-Programs and full-stack apps. Provides 38 specialized MCP tools for cloud development.",
7
7
"longDescription": "CloudBase AI ToolKit is a comprehensive MCP server that enables AI-powered development and deployment of full-stack applications to Tencent CloudBase. It provides seamless integration with WeChat Mini-Programs, serverless cloud functions, databases, and static hosting. Perfect for developers building applications targeting the Chinese market with WeChat ecosystem integration.",
8
8
"author": {
9
9
"name": "TencentCloudBase",
@@ -130,6 +130,22 @@
130
130
{
131
131
"name": "interactiveDialog",
132
132
"description": "Interactive dialog for user confirmations and requirement clarification"
133
+
},
134
+
{
135
+
"name": "uploadMiniprogramCode",
136
+
"description": "Upload WeChat Mini-Program code to WeChat platform for deployment"
137
+
},
138
+
{
139
+
"name": "previewMiniprogramCode",
140
+
"description": "Preview WeChat Mini-Program code and generate QR code for testing"
141
+
},
142
+
{
143
+
"name": "buildMiniprogramNpm",
144
+
"description": "Build npm packages for WeChat Mini-Program projects"
145
+
},
146
+
{
147
+
"name": "getMiniprogramProjectConfig",
148
+
"description": "Get WeChat Mini-Program project configuration and settings"
0 commit comments