11[project ]
22name = " seleniumbase-mcp"
3- version = " 1.2.0dev0 "
3+ version = " 1.2.1dev0 "
44description = " MCP server exposing SeleniumBase CDP Mode as tools for MCP clients."
55readme = " README.md"
66requires-python = " >=3.10"
@@ -9,6 +9,56 @@ dependencies = [
99 " mcp[cli]>=2.1.1,<3.0.0" ,
1010 " seleniumbase" ,
1111]
12+ keywords = [
13+ " mcp" ,
14+ " model-context-protocol" ,
15+ " seleniumbase" ,
16+ " sbase" ,
17+ " selenium" ,
18+ " webdriver" ,
19+ " browser-automation" ,
20+ " web-scraping" ,
21+ " cdp" ,
22+ " chrome-devtools-protocol" ,
23+ " claude" ,
24+ " claude-desktop" ,
25+ " claude-code" ,
26+ " ai-agent" ,
27+ " llm-tools" ,
28+ " testing" ,
29+ " stealth" ,
30+ " bot-detection" ,
31+ " captcha" ,
32+ ]
33+ classifiers = [
34+ " Development Status :: 5 - Production/Stable" ,
35+ " Environment :: Console" ,
36+ " Intended Audience :: Developers" ,
37+ " Operating System :: MacOS :: MacOS X" ,
38+ " Operating System :: Microsoft :: Windows" ,
39+ " Operating System :: POSIX :: Linux" ,
40+ " Programming Language :: Python :: 3" ,
41+ " Programming Language :: Python :: 3.10" ,
42+ " Programming Language :: Python :: 3.11" ,
43+ " Programming Language :: Python :: 3.12" ,
44+ " Programming Language :: Python :: 3.13" ,
45+ " Programming Language :: Python :: 3.14" ,
46+ " Programming Language :: Python :: 3.15" ,
47+ " Topic :: Internet :: WWW/HTTP :: Browsers" ,
48+ " Topic :: Software Development :: Libraries :: Python Modules" ,
49+ " Topic :: Software Development :: Testing" ,
50+ " Topic :: Utilities" ,
51+ ]
52+ authors = [{ name = " Michael Mintz" , email = " mdmintz@gmail.com" }]
53+ maintainers = [{ name = " Michael Mintz" }]
54+
55+ [project .urls ]
56+ Homepage = " https://github.com/seleniumbase/SeleniumBase"
57+ Source = " https://github.com/seleniumbase/SeleniumBase/tree/master/mcp_servers"
58+ Repository = " https://github.com/seleniumbase/SeleniumBase"
59+ Documentation = " https://github.com/seleniumbase/SeleniumBase/blob/master/mcp_servers/README.md"
60+ Issues = " https://github.com/seleniumbase/SeleniumBase/issues"
61+ SeleniumBase = " https://github.com/seleniumbase/SeleniumBase"
1262
1363# This folder lives inside the SeleniumBase repo itself. The line below
1464# tells `uv sync` / `uv run` (run from inside this folder) to resolve
0 commit comments