WeChat Mini Program Support Notes
The current version of CloudBase MCP does not have a separate miniprogram plugin. The Mini Program-related capabilities in the repository are mainly reflected in two parts:
downloadTemplate(template="miniprogram"): Download WeChat Mini Program + CloudBase project templateminiprogram-developmentSkill: Provides AI with guidance on Mini Program development, debugging, preview, testing, and publishing workflows
This means: Mini Program support still exists, but it is no longer exposed as an MCP plugin named miniprogram.
Recommended Usage
1. Initialize Project
If you want to create a WeChat Mini Program project from scratch, prioritize using downloadTemplate to download the Mini Program template, rather than relying on a plugin named miniprogram.
Related documentation:
2. Let AI Develop Mini Programs According to Specifications
If you want AI to continue with page development, debugging, preview, deployment, and other workflows, it is recommended to use the WeChat Mini Program Skill:
3. Enable MCP Plugins According to Business Needs
Mini Program projects commonly use the following MCP plugins:
env: Environment login, environment queriesdatabase: Database and data modelsfunctions: Cloud Function capabilitiesstorage: Cloud Storage file managementpermissions: Permissions and security rules
If the project also involves log troubleshooting, remote asset downloads, or CloudBase Run, you can enable as needed:
logsdownloadcloudrungateway
Why It's No Longer Called "Mini Program Plugin"
Because in the current implementation:
mcp/src/server.tsdoes not registerminiprogramas an available plugin- There is no MCP tool implementation file for
miniprogramundermcp/src/tools/
Historical documentation described it as a separate plugin, which is no longer accurate. When referring to WeChat Mini Program capabilities in the future, prioritize using the following terms:
- Mini Program template support
- Mini Program development Skill
- WeChat Mini Program development workflow support
Rather than continuing to write it as a miniprogram plugin.