-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Expand file tree
/
Copy pathserver.json
More file actions
23 lines (23 loc) · 664 Bytes
/
Copy pathserver.json
File metadata and controls
23 lines (23 loc) · 664 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.seleniumbase/seleniumbase",
"title": "SeleniumBase MCP",
"description": "Stealthy browser automation, testing, and web-scraping via CDP Mode.",
"version": "4.54.9",
"repository": {
"url": "https://github.com/seleniumbase/SeleniumBase",
"source": "github"
},
"websiteUrl": "https://github.com/seleniumbase/SeleniumBase",
"packages": [
{
"registryType": "pypi",
"identifier": "seleniumbase",
"version": "4.54.9",
"transport": {
"type": "stdio"
},
"runtimeHint": "uvx"
}
]
}