@sofka/selenium-mcp
Version:
Selenium WebDriver MCP Server by Sofka Technologies
37 lines (36 loc) • 915 B
JSON
{
"name": "@sofka/selenium-mcp",
"version": "0.1.21",
"description": "Selenium WebDriver MCP Server by Sofka Technologies",
"type": "module",
"main": "src/lib/server.js",
"bin": {
"mcp-selenium": "./src/lib/server.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"homepage": "https://github.com/ProfeJulianLasso/selenium-mcp",
"bugs": "https://github.com/ProfeJulianLasso/selenium-mcp/issues",
"keywords": [
"selenium",
"webdriver",
"mcp",
"sofka",
"model-context-protocol"
],
"author": {
"name": "Sofka Technologies",
"email": "contact@sofka.com.co",
"url": "https://sofka.com.co/"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/ProfeJulianLasso/selenium-mcp.git"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.7.0",
"selenium-webdriver": "^4.18.1"
}
}