@nbakka/mcp-appium 2.0.60 → 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 -1
  2. package/package.json +1 -1
package/lib/server.js CHANGED
@@ -627,7 +627,7 @@ tool(
627
627
  });
628
628
 
629
629
  const completion = await client.chat.completions.create({
630
- model: "gpt-4.1",
630
+ model: "gpt-5",
631
631
  messages: [{
632
632
  role: "user",
633
633
  content: [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nbakka/mcp-appium",
3
- "version": "2.0.60",
3
+ "version": "2.0.61",
4
4
  "description": "Appium MCP",
5
5
  "engines": {
6
6
  "node": ">=18"