Skip to content

Commit 66eb1cc

Browse files
chore(release): 1.92.3 [skip ci]
## [1.92.3](v1.92.2...v1.92.3) (2026-08-15) ### Bug Fixes * **app-management:** resolve app names against rehydrated sessions ([#488](#488)) ([f268e87](f268e87))
1 parent f268e87 commit 66eb1cc

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.92.3](https://github.com/appium/appium-mcp/compare/v1.92.2...v1.92.3) (2026-08-15)
2+
3+
### Bug Fixes
4+
5+
* **app-management:** resolve app names against rehydrated sessions ([#488](https://github.com/appium/appium-mcp/issues/488)) ([f268e87](https://github.com/appium/appium-mcp/commit/f268e87ec871b7a39fee1553c2c652799d5210b8))
6+
17
## [1.92.2](https://github.com/appium/appium-mcp/compare/v1.92.1...v1.92.2) (2026-08-13)
28

39
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appium-mcp",
3-
"version": "1.92.2",
3+
"version": "1.92.3",
44
"description": "Intelligent MCP server providing AI assistants with powerful tools and resources for Appium mobile automation",
55
"bugs": {
66
"url": "https://github.com/appium/appium-mcp/issues"

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.92.2",
6+
"version": "1.92.3",
77
"packages": [
88
{
99
"registryType": "npm",
1010
"identifier": "appium-mcp",
11-
"version": "1.92.2",
11+
"version": "1.92.3",
1212
"transport": {
1313
"type": "stdio"
1414
}

0 commit comments

Comments
 (0)