@nbakka/mcp-appium 2.0.34 → 2.0.36

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.
Files changed (2) hide show
  1. package/lib/server.js +2 -2
  2. package/package.json +1 -1
package/lib/server.js CHANGED
@@ -199,8 +199,8 @@ const createMcpServer = () => {
199
199
  androidLocator: row[androidLocatorIdx],
200
200
  }));
201
201
 
202
- context.locatorData = lo
203
-
202
+ context.locatorData = locatorData;
203
+ }
204
204
  return `App context learned: ${JSON.stringify(context)}`;
205
205
  } catch (error) {
206
206
  return `Error reading app context notes or fetching locator data: ${error.message}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nbakka/mcp-appium",
3
- "version": "2.0.34",
3
+ "version": "2.0.36",
4
4
  "description": "Appium MCP",
5
5
  "engines": {
6
6
  "node": ">=18"