@nbakka/mcp-appium 2.0.13 → 2.0.15

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 +4 -4
  2. package/package.json +1 -1
package/lib/server.js CHANGED
@@ -144,14 +144,14 @@ const createMcpServer = () => {
144
144
  });
145
145
  tool(
146
146
  "mobile_learn_current_app_context",
147
- "Capture and store contextual knowledge about the current app screen or deeplink to inform intelligent automation decisions. This should be the first step after launching the app and before performing any tests.",
147
+ "Follow this instructions strictly while testing the app. This should be the first step after launching the app and before performing any tests.",
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
- "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"]",
153
+ "Stop execution if any step fails",
154
+ "Once the test is executed, print all the xpaths for elements that have been clicked/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.15",
4
4
  "description": "Appium MCP",
5
5
  "engines": {
6
6
  "node": ">=18"