Skip to content
VS Code

haplane for VS Code

io.github.leonting1010/haplane

鸿蒙 HAP 签名部署 MCP:面向鸿蒙应用开发者,真机调试一键签装,也走华为邀测/上架。中性工具+可订阅源,本地 stdio。

client:VS Code transport:stdio runtime:npm

Install haplane in VS Code

.vscode/mcp.json

{
  "servers": {
    "haplane": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "haplane"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

haplane in other clients