appium-mcp 1.1.9 → 1.1.10
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 +6 -0
- package/README.md +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [1.1.10](https://github.com/appium/appium-mcp/compare/v1.1.9...v1.1.10) (2025-11-18)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* update license in package.json as well by following [#32](https://github.com/appium/appium-mcp/issues/32) ([#37](https://github.com/appium/appium-mcp/issues/37)) ([82e0c7d](https://github.com/appium/appium-mcp/commit/82e0c7dc8d626d2c7ce85943e4aca3db4342aa70))
|
|
6
|
+
|
|
1
7
|
## [1.1.9](https://github.com/appium/appium-mcp/compare/v1.1.8...v1.1.9) (2025-11-18)
|
|
2
8
|
|
|
3
9
|
### Bug Fixes
|
package/README.md
CHANGED
|
@@ -186,4 +186,4 @@ Contributions are welcome! Please feel free to submit a pull request or open an
|
|
|
186
186
|
|
|
187
187
|
## 📄 License
|
|
188
188
|
|
|
189
|
-
This project is licensed under the
|
|
189
|
+
This project is licensed under the Apache-2.0. See the [LICENSE](LICENSE) file for details.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-mcp",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.10",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"prepublish": "npm run build"
|
|
35
35
|
},
|
|
36
36
|
"author": "",
|
|
37
|
-
"license": "
|
|
37
|
+
"license": "Apache-2.0",
|
|
38
38
|
"description": "Intelligent MCP server providing AI assistants with powerful tools and resources for Appium mobile automation",
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@appium/support": "^7.0.2",
|