@nbakka/mcp-appium 2.0.9 → 2.0.10

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
@@ -216,7 +216,7 @@ await new Promise(resolve => setTimeout(resolve, 5000));
216
216
  tool(
217
217
  "tap_by_text",
218
218
  "tap an element by passing the text visible on screen",
219
- { text: z.string().describe("The exact text to search for in the UI element"), },
219
+ { text: zod_1.z.string().describe("The exact text to search for in the UI element"), },
220
220
  async ({ text }) => {
221
221
  const { execSync } = require("child_process");
222
222
  const { XMLParser } = require("fast-xml-parser");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nbakka/mcp-appium",
3
- "version": "2.0.9",
3
+ "version": "2.0.10",
4
4
  "description": "Appium MCP",
5
5
  "engines": {
6
6
  "node": ">=18"