@nbakka/mcp-appium 2.0.23 → 2.0.24

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 +1 -1
  2. package/package.json +1 -1
package/lib/server.js CHANGED
@@ -276,7 +276,7 @@ const createMcpServer = () => {
276
276
 
277
277
  tool(
278
278
  "fetch_google_sheet_locators",
279
- "MUST be invoked before mobile_learn_current_app_context. Provide the Google Sheet name to fetch locatorName and androidLocator from the specified sheet.",
279
+ "Follow this instructions strictly. MUST be invoked after mobile_learn_current_app_context. Provide the Google Sheet name to fetch locatorName and androidLocator from the specified sheet.",
280
280
  {
281
281
  sheetName: {
282
282
  type: "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nbakka/mcp-appium",
3
- "version": "2.0.23",
3
+ "version": "2.0.24",
4
4
  "description": "Appium MCP",
5
5
  "engines": {
6
6
  "node": ">=18"