@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.
- package/lib/server.js +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 =
|
|
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}`;
|