axafrance/webengine-web
v1.0.0MIT
Observe and interact with live web pages via WebEngine MCP (Selenium): snapshot, click/type/select, then generate UI code in any stack.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
webengine-web
{
"command": "dnx",
"args": [
"AxaFrance.WebEngine.Mcp",
"--profile",
"web",
"--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-web",
"version": "1.0.0",
"description": "Observe and interact with live web pages via WebEngine MCP (Selenium): snapshot, click/type/select, then generate UI code in any stack.",
"author": {
"name": "AXA France"
},
"homepage": "https://github.com/AxaFrance/webengine-dotnet",
"repository": "https://github.com/AxaFrance/webengine-dotnet",
"license": "MIT",
"keywords": ["webengine", "selenium", "browser", "mcp", "testing", "playwright-codegen"]
}