@nbakka/mcp-appium 2.0.30 → 2.0.31

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.
@@ -1,5 +1,6 @@
1
1
  When asked to open buy SRP, use deeplink to open https://housing.com/in/buy/mumbai/<locality name>. For example: if asked to open 'Mira Road East' buy SRP, then open this deeplink: https://housing.com/in/buy/mumbai/mira_road_east
2
2
  Homepage deeplink -> https://housing.com/in/buy/real-estate-mumbai
3
+ Only use the locator data from the Google Sheet at the end while generating test cases, don't use to navigate through screens, always get current screen elements and navigate then at end use locator data to generate code, if xpath is already present in sheet then directly add xpath locatorName to code if not then add the required xpath in comments which will then be added to the sheet manually
3
4
  Project dedicated page deeplink -> https://housing.com/in/buy/projects/page/319874-sunteck-sky-park-by-sunteck-realty-limited-in-mira-road-east
4
5
  Filters on the filter screen may initially be offscreen and require scrolling to view.
5
6
  Stop execution if any step fails.
package/lib/server.js CHANGED
@@ -141,7 +141,7 @@ const createMcpServer = () => {
141
141
 
142
142
  tool(
143
143
  "mobile_learn_current_app_context",
144
- "Follow these instructions strictly to navigate through the app. This should be the first step after launching the app and before performing any tests. Provide the Google Sheet name to fetch locatorName and androidLocator from the specified sheet.",
144
+ "Follow these instructions strictly to navigate through the app. This should be the first step after launching the app and before performing any tests. Provide the Google Sheet name to fetch locatorName and androidLocator from the specified sheet. NOTE: Only use the locator data from the Google Sheet at the end while generating test cases, don't use to navigate through screens",
145
145
  {
146
146
  sheetName: zod_1.z.string().describe("The name of the Google Sheet to fetch locator data from"),
147
147
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nbakka/mcp-appium",
3
- "version": "2.0.30",
3
+ "version": "2.0.31",
4
4
  "description": "Appium MCP",
5
5
  "engines": {
6
6
  "node": ">=18"