@nbakka/mcp-appium 2.0.28 → 2.0.29

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
@@ -143,7 +143,7 @@ const createMcpServer = () => {
143
143
  "mobile_learn_current_app_context",
144
144
  "Follow these instructions strictly to navigate through the app. This should be the first step after launching the app and before performing any tests. Provide the Google Sheet name to fetch locatorName and androidLocator from the specified sheet.",
145
145
  {
146
- sheetName: z.string().describe("The name of the Google Sheet to fetch locator data from"),
146
+ sheetName: zod_1.z.string().describe("The name of the Google Sheet to fetch locator data from"),
147
147
  },
148
148
  async ({ sheetName }) => {
149
149
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nbakka/mcp-appium",
3
- "version": "2.0.28",
3
+ "version": "2.0.29",
4
4
  "description": "Appium MCP",
5
5
  "engines": {
6
6
  "node": ">=18"