Skip to content

Commit fc63fee

Browse files
chore(release): 1.87.8 [skip ci]
## [1.87.8](v1.87.7...v1.87.8) (2026-07-22) ### Bug Fixes * **screenshot:** use resolveDriver for session rehydration parity ([#456](#456)) ([5bda643](5bda643))
1 parent 5bda643 commit fc63fee

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.87.8](https://github.com/appium/appium-mcp/compare/v1.87.7...v1.87.8) (2026-07-22)
2+
3+
### Bug Fixes
4+
5+
* **screenshot:** use resolveDriver for session rehydration parity ([#456](https://github.com/appium/appium-mcp/issues/456)) ([5bda643](https://github.com/appium/appium-mcp/commit/5bda643996bdba7116a2888e86991431cfa7ac60))
6+
17
## [1.87.7](https://github.com/appium/appium-mcp/compare/v1.87.6...v1.87.7) (2026-07-21)
28

39
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "appium-mcp",
33
"mcpName": "io.github.appium/appium-mcp",
4-
"version": "1.87.7",
4+
"version": "1.87.8",
55
"type": "module",
66
"repository": {
77
"type": "git",

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"name": "io.github.appium/appium-mcp",
44
"title": "MCP Appium - Mobile Development and Automation Server",
55
"description": "MCP server for Appium mobile automation on iOS and Android devices with test creation tools.",
6-
"version": "1.87.7",
6+
"version": "1.87.8",
77
"packages": [
88
{
99
"registryType": "npm",
1010
"identifier": "appium-mcp",
11-
"version": "1.87.7",
11+
"version": "1.87.8",
1212
"transport": {
1313
"type": "stdio"
1414
}

0 commit comments

Comments
 (0)