Skip to content

axafrance/webengine-mobile

v1.0.0MIT

Observe and interact with live Android/iOS apps via WebEngine MCP (Appium): snapshot, tap/type/swipe, then generate mobile UI code.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

webengine-mobile
{
  "command": "dnx",
  "args": [
    "AxaFrance.WebEngine.Mcp",
    "--profile",
    "mobile",
    "--transport",
    "stdio"
  ]
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "webengine-mobile",
  "version": "1.0.0",
  "description": "Observe and interact with live Android/iOS apps via WebEngine MCP (Appium): snapshot, tap/type/swipe, then generate mobile UI code.",
  "author": {
    "name": "AXA France"
  },
  "homepage": "https://github.com/AxaFrance/webengine-dotnet",
  "repository": "https://github.com/AxaFrance/webengine-dotnet",
  "license": "MIT",
  "keywords": ["webengine", "appium", "mobile", "mcp", "testing"]
}