Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 51 additions & 1 deletion mcp_servers/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "seleniumbase-mcp"
version = "1.2.0dev0"
version = "1.2.1dev0"
description = "MCP server exposing SeleniumBase CDP Mode as tools for MCP clients."
readme = "README.md"
requires-python = ">=3.10"
Expand All @@ -9,6 +9,56 @@ dependencies = [
"mcp[cli]>=2.1.1,<3.0.0",
"seleniumbase",
]
keywords = [
"mcp",
"model-context-protocol",
"seleniumbase",
"sbase",
"selenium",
"webdriver",
"browser-automation",
"web-scraping",
"cdp",
"chrome-devtools-protocol",
"claude",
"claude-desktop",
"claude-code",
"ai-agent",
"llm-tools",
"testing",
"stealth",
"bot-detection",
"captcha",
]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Intended Audience :: Developers",
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Programming Language :: Python :: 3.15",
"Topic :: Internet :: WWW/HTTP :: Browsers",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Software Development :: Testing",
"Topic :: Utilities",
]
authors = [{ name = "Michael Mintz", email = "mdmintz@gmail.com" }]
maintainers = [{ name = "Michael Mintz" }]

[project.urls]
Homepage = "https://github.com/seleniumbase/SeleniumBase"
Source = "https://github.com/seleniumbase/SeleniumBase/tree/master/mcp_servers"
Repository = "https://github.com/seleniumbase/SeleniumBase"
Documentation = "https://github.com/seleniumbase/SeleniumBase/blob/master/mcp_servers/README.md"
Issues = "https://github.com/seleniumbase/SeleniumBase/issues"
SeleniumBase = "https://github.com/seleniumbase/SeleniumBase"

# This folder lives inside the SeleniumBase repo itself. The line below
# tells `uv sync` / `uv run` (run from inside this folder) to resolve
Expand Down
Loading