@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.
- package/lib/server.js +1 -1
- 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
|
|
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",
|