← Back to Plugins
MCP Server MCP

io.github.WaterTian/wechat-devtools

github By github 👁 1 views ▲ 0 votes

MCP Server for WeChat DevTools CLI - Automate Mini Program development & testing.

Homepage Verified source GitHub

Install

uvx wechat-devtools-mcp

Configuration Example

{
  "remotes": [],
  "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...