@ada-mcp/mcp-server 0.1.10 → 0.1.12

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ada-mcp/mcp-server",
3
- "version": "0.1.10",
3
+ "version": "0.1.12",
4
4
  "description": "ADA MCP server for web/mobile automation (stdio + remote HTTP)",
5
5
  "private": false,
6
6
  "type": "commonjs",
@@ -31,7 +31,8 @@
31
31
  "access": "public"
32
32
  },
33
33
  "dependencies": {
34
- "@modelcontextprotocol/sdk": "^1.17.5",
34
+ "@modelcontextprotocol/sdk": "1.29.0",
35
+ "zod": "3.25.76",
35
36
  "express": "^5.2.1",
36
37
  "jimp": "^1.6.0",
37
38
  "js-yaml": "^4.1.0",
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
2
  /**
3
- * pnpm dlx 安装本包时:preinstall 测速 registry + Playwright CDN,写入 .npmrc 与 .ada-mcp-playwright-host
3
+ * pnpm dlx / npx -y 安装本包时:preinstall 测速 registry + Playwright CDN,写入 .npmrc 与 .ada-mcp-playwright-host
4
4
  */
5
5
  import fs from "node:fs";
6
6
  import path from "node:path";