appium-mcp 1.1.15 → 1.1.17

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,15 @@
1
+ ## [1.1.17](https://github.com/appium/appium-mcp/compare/v1.1.16...v1.1.17) (2025-11-21)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * Update Appium MCP configuration in README ([#42](https://github.com/appium/appium-mcp/issues/42)) ([a7e2bcd](https://github.com/appium/appium-mcp/commit/a7e2bcdf482dfbb3abb1531138947388b08acf43))
6
+
7
+ ## [1.1.16](https://github.com/appium/appium-mcp/compare/v1.1.15...v1.1.16) (2025-11-21)
8
+
9
+ ### Bug Fixes
10
+
11
+ * length of mcp server description ([#47](https://github.com/appium/appium-mcp/issues/47)) ([460e8e4](https://github.com/appium/appium-mcp/commit/460e8e4fc9c34251a902ebd9ba08217bd6d08bf3))
12
+
1
13
  ## [1.1.15](https://github.com/appium/appium-mcp/compare/v1.1.14...v1.1.15) (2025-11-21)
2
14
 
3
15
  ### Bug Fixes
package/README.md CHANGED
@@ -62,12 +62,14 @@ Standard config works in most of the tools::
62
62
  ```json
63
63
  {
64
64
  "mcpServers": {
65
- "mcp-appium": {
65
+ "appium-mcp": {
66
66
  "disabled": false,
67
67
  "timeout": 100,
68
68
  "type": "stdio",
69
69
  "command": "npx",
70
- "args": ["appium-mcp"],
70
+ "args": [
71
+ "appium-mcp@latest"
72
+ ],
71
73
  "env": {
72
74
  "ANDROID_HOME": "/path/to/android/sdk",
73
75
  "CAPABILITIES_CONFIG": "/path/to/your/capabilities.json"
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.1.15",
4
+ "version": "1.1.17",
5
5
  "type": "module",
6
6
  "repository": {
7
7
  "type": "git",
package/server.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
3
3
  "name": "io.github.appium/appium-mcp",
4
4
  "title": "MCP Appium - Mobile Development and Automation Server",
5
- "description": "Intelligent MCP server providing AI assistants with powerful tools and resources for Appium mobile automation. Supports iOS, Android, Simulator, Emulator, and Real Devices with intelligent locator generation, automated test creation, and comprehensive mobile testing capabilities.",
5
+ "description": "MCP server for Appium mobile automation on iOS and Android devices with test creation tools.",
6
6
  "version": "1.1.11",
7
7
  "packages": [
8
8
  {