appium-mcp 1.8.13 → 1.8.15
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 +14 -0
- package/package.json +2 -1
- package/server.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [1.8.15](https://github.com/appium/appium-mcp/compare/v1.8.14...v1.8.15) (2026-01-26)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* add @langchain/core explicitly ([#131](https://github.com/appium/appium-mcp/issues/131)) ([d0ff1ba](https://github.com/appium/appium-mcp/commit/d0ff1ba42fcc88301735eb1c53f722c1953f48db))
|
|
6
|
+
|
|
7
|
+
## [1.8.14](https://github.com/appium/appium-mcp/compare/v1.8.13...v1.8.14) (2026-01-25)
|
|
8
|
+
|
|
9
|
+
### Miscellaneous Chores
|
|
10
|
+
|
|
11
|
+
* **deps-dev:** bump prettier from 3.8.0 to 3.8.1 ([#125](https://github.com/appium/appium-mcp/issues/125)) ([e0e83d4](https://github.com/appium/appium-mcp/commit/e0e83d4632793786c1e026761e9b75ceee836d50))
|
|
12
|
+
* **deps-dev:** bump typescript from 5.8.3 to 5.9.3 ([#108](https://github.com/appium/appium-mcp/issues/108)) ([3a956c9](https://github.com/appium/appium-mcp/commit/3a956c92c3ed186c99c5abbf6ca4212e8f073248))
|
|
13
|
+
* **deps:** bump appium-adb from 14.1.8 to 14.1.9 ([#107](https://github.com/appium/appium-mcp/issues/107)) ([0715b1b](https://github.com/appium/appium-mcp/commit/0715b1bda6bcdecf63978680aa0bd074e2f14fca))
|
|
14
|
+
|
|
1
15
|
## [1.8.13](https://github.com/appium/appium-mcp/compare/v1.8.12...v1.8.13) (2026-01-25)
|
|
2
16
|
|
|
3
17
|
### Bug Fixes
|
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.8.
|
|
4
|
+
"version": "1.8.15",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
"description": "Intelligent MCP server providing AI assistants with powerful tools and resources for Appium mobile automation",
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@appium/support": "^7.0.2",
|
|
44
|
+
"@langchain/core": "^0.3.27",
|
|
44
45
|
"@langfuse/otel": "^4.2.0",
|
|
45
46
|
"@langfuse/tracing": "^4.2.0",
|
|
46
47
|
"@modelcontextprotocol/sdk": "^1.22.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.8.
|
|
6
|
+
"version": "1.8.15",
|
|
7
7
|
"packages": [
|
|
8
8
|
{
|
|
9
9
|
"registryType": "npm",
|
|
10
10
|
"identifier": "appium-mcp",
|
|
11
|
-
"version": "1.8.
|
|
11
|
+
"version": "1.8.15",
|
|
12
12
|
"transport": {
|
|
13
13
|
"type": "stdio"
|
|
14
14
|
}
|