@nbakka/mcp-appium 2.0.13 → 2.0.14

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
@@ -148,10 +148,10 @@ tool(
148
148
  {},
149
149
  async () => {
150
150
  const context = {
151
- notes: ["when asked to open buy srp use deeeplink to open https://housing.com/in/buy/mumbai/<locality name> For eg: if asked to open "Mira Road East" buy srp then open following deep link https://housing.com/in/buy/mumbai/mira_road_east",
151
+ notes: ["when asked to open buy srp use deeeplink to open https://housing.com/in/buy/mumbai/<locality name> For eg: if asked to open 'Mira Road East' buy srp then open following deep link https://housing.com/in/buy/mumbai/mira_road_east",
152
152
  "Filters on the filter screen may initially be offscreen and require scrolling to view.",
153
153
  "Stop execution if any step fails and don’t print explanations before or after the steps.",
154
- "Once done just print all the xpaths for elements that have been interacted with. For eg: You clicked on Filters then xpath include the tag name (android.widget.TextView) like //android.widget.TextView[@text="Filters"]",
154
+ "Once done just print all the xpaths for elements that have been interacted with. For eg: You clicked on Filters then xpath include the tag name (android.widget.TextView) like //android.widget.TextView[@text='Filters']",
155
155
  ],
156
156
  };
157
157
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nbakka/mcp-appium",
3
- "version": "2.0.13",
3
+ "version": "2.0.14",
4
4
  "description": "Appium MCP",
5
5
  "engines": {
6
6
  "node": ">=18"