@nbakka/mcp-appium 2.0.59 → 2.0.61

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 -4
  2. package/package.json +1 -1
package/lib/server.js CHANGED
@@ -635,10 +635,7 @@ tool(
635
635
  file: { file_id: file.id }
636
636
  }, {
637
637
  type: "text",
638
- text: `Generate test cases based on this PDF design and JIRA requirements:
639
-
640
- Summary: ${jiraSummary}
641
- Description: ${jiraDescription}`
638
+ text: `Extract text from pdf with bounding box coordinates. Also analyse the pdf`
642
639
  }]
643
640
  }]
644
641
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nbakka/mcp-appium",
3
- "version": "2.0.59",
3
+ "version": "2.0.61",
4
4
  "description": "Appium MCP",
5
5
  "engines": {
6
6
  "node": ">=18"