@wdio/mcp 2.5.2 → 2.5.3

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/lib/server.js CHANGED
@@ -3,12 +3,13 @@
3
3
  // package.json
4
4
  var package_default = {
5
5
  name: "@wdio/mcp",
6
+ mcpName: "io.github.webdriverio/mcp",
6
7
  author: "Vince Graics",
7
8
  repository: {
8
9
  type: "git",
9
10
  url: "git://github.com/webdriverio/mcp.git"
10
11
  },
11
- version: "2.5.1",
12
+ version: "2.5.2",
12
13
  description: "MCP server with WebdriverIO for browser and mobile app automation (iOS/Android via Appium)",
13
14
  main: "./lib/server.js",
14
15
  module: "./lib/server.js",