执行鸿蒙开发能力
capability_runExecute a HarmonyOS development capability by its ID with the required arguments, enabling build, run, debug, and documentation tasks.
Instructions
使用前请先加载 deveco-unified-mcp SKILL(仓库 SKILL.md 为操作手册:工作流与使用规范)。按能力 ID 执行(参数校验 → 调 devecocli 或技能市场 API)。能力 ID 通过 capability_search 或 capability_list 获取。构建/运行等操作耗时长,请耐心等待;失败信息通常已含解决提示。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 能力参数(键名见能力卡的"参数"字段,如 { product: "oversea", buildMode: "release" }) | |
| capability_id | Yes | 能力 ID,如 build.project、docs.search、skills.find |