@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 +1 -1
- package/src/lib/server.js +1 -1
package/package.json
CHANGED
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/
|
|
125
|
+
await axios.post(`${APPIUM_URL}/session/${state.sessionId}/appium/execute_script`, {
|
|
126
126
|
script: "mobile: deepLink",
|
|
127
127
|
args: {
|
|
128
128
|
url: deepLink,
|