appium-mcp 1.7.2 → 1.7.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/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [1.7.3](https://github.com/appium/appium-mcp/compare/v1.7.2...v1.7.3) (2026-01-06)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * run in version ([#78](https://github.com/appium/appium-mcp/issues/78)) ([1810d2c](https://github.com/appium/appium-mcp/commit/1810d2cf9c8fc8b00be08a4a0d1e450ceabafcf1))
6
+
1
7
  ## [1.7.2](https://github.com/appium/appium-mcp/compare/v1.7.1...v1.7.2) (2026-01-06)
2
8
 
3
9
  ### Miscellaneous Chores
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "appium-mcp",
3
3
  "mcpName": "io.github.appium/appium-mcp",
4
- "version": "1.7.2",
4
+ "version": "1.7.3",
5
5
  "type": "module",
6
6
  "repository": {
7
7
  "type": "git",
@@ -33,7 +33,7 @@
33
33
  "index-docs": "node dist/scripts/simple-index-documentation.js",
34
34
  "query-docs": "node dist/scripts/simple-query-documentation.js",
35
35
  "sync-version": "node scripts/sync-version.mjs",
36
- "prepare": "npm run sync-version && npm run build"
36
+ "version": "npm run sync-version"
37
37
  },
38
38
  "author": "",
39
39
  "license": "Apache-2.0",
package/server.json CHANGED
@@ -3,12 +3,12 @@
3
3
  "name": "io.github.appium/appium-mcp",
4
4
  "title": "MCP Appium - Mobile Development and Automation Server",
5
5
  "description": "MCP server for Appium mobile automation on iOS and Android devices with test creation tools.",
6
- "version": "1.7.2",
6
+ "version": "1.7.3",
7
7
  "packages": [
8
8
  {
9
9
  "registryType": "npm",
10
10
  "identifier": "appium-mcp",
11
- "version": "1.7.2",
11
+ "version": "1.7.3",
12
12
  "transport": {
13
13
  "type": "stdio"
14
14
  }