io.github.WaterTian/wechat-devtools✓
io.github.WaterTian/wechat-devtools · v0.1.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.WaterTian/wechat-devtools",
"description": "MCP Server for WeChat DevTools CLI - Automate Mini Program development & testing.",
"repository": {
"url": "https://github.com/WaterTian/wechat-devtools",
"source": "github"
},
"version": "0.1.0",
"packages": [
{
"registryType": "pypi",
"identifier": "wechat-devtools-mcp",
"version": "0.1.0",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "微信开发者工具 CLI 路径",
"isRequired": true,
"name": "WECHAT_DEVTOOLS_CLI"
},
{
"description": "默认小程序项目绝对路径",
"isRequired": true,
"name": "WECHAT_PROJECT_PATH"
},
{
"description": "CLI 命令超时时间(秒)",
"default": "60",
"name": "WECHAT_CLI_TIMEOUT"
},
{
"description": "Node.js 可执行文件路径",
"default": "node",
"name": "NODE_PATH"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}