@nbakka/mcp-appium 1.0.18 → 1.0.19

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nbakka/mcp-appium",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "description": "Selenium WebDriver MCP Server",
5
5
  "type": "module",
6
6
  "main": "src/lib/server.js",
package/src/lib/server.js CHANGED
@@ -122,7 +122,7 @@ server.tool(
122
122
  return { content: [{ type: "text", text: "No active session" }] };
123
123
  }
124
124
  try {
125
- await axios.post(`${APPIUM_URL}/session/${state.sessionId}/appium/execute_driver_script`, {
125
+ await axios.post(`${APPIUM_URL}/session/${state.sessionId}/appium/execute_script`, {
126
126
  script: "mobile: deepLink",
127
127
  args: {
128
128
  url: deepLink,