@ada-mcp/launcher 0.1.47 → 0.1.48

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -48,6 +48,7 @@ npx -y @ada-mcp/launcher@0.1.47
48
48
  - **0.1.45**:Windows + `npx` 回退路径中 `npm install` 经 `cmd.exe /c` 执行,修复 `spawn EINVAL`。
49
49
  - **0.1.46**:harmony 驱动、内联 registry/playwright 探测脚本等同号发布。
50
50
  - **0.1.47**:MCP 21 工具与参数 schema 描述优化(`title` + 中英 `description`,便于 AI 客户端识别)。
51
+ - **0.1.48**:所有驱动与 MCP 工具默认真实执行(mock 仅 `allowMock: true` 或 `payload.mock: true`);Appium/Harmony 不再要求显式 `real: true`。
51
52
 
52
53
  ## 可选环境变量
53
54
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ada-mcp/launcher",
3
- "version": "0.1.47",
3
+ "version": "0.1.48",
4
4
  "description": "Probe fastest npm registry then pnpm dlx @ada-mcp/mcp-server (zero deps)",
5
5
  "private": false,
6
6
  "type": "module",