@nbakka/mcp-appium 1.0.13 → 1.0.14

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.13",
3
+ "version": "1.0.14",
4
4
  "description": "Selenium WebDriver MCP Server",
5
5
  "type": "module",
6
6
  "main": "src/lib/server.js",
package/src/lib/server.js CHANGED
@@ -123,7 +123,7 @@ server.tool(
123
123
  try {
124
124
  await axios.post(`${APPIUM_URL}/session/${state.sessionId}/appium/device/start_activity`, {
125
125
  appPackage: packageName,
126
- appActivity: "com.locon.housing.presentation.MainActivity",
126
+ appActivity: ".presentation.MainActivity",
127
127
  intentAction: "android.intent.action.VIEW",
128
128
  intentCategory: "android.intent.category.DEFAULT",
129
129
  optionalIntentArguments: ["-d", deepLink],