Sourced from seleniumbase's releases.
4.52.2 - MCP Server Support
MCP Server Support
If you love AI tools, this is one of the biggest releases this year for SeleniumBase! The new
seleniumbase-mcpcommand starts the "Pure CDP Mode" MCP Server. (Be sure to installseleniumbase[mcp]to getmcp>=2.0.0!) (To debug the MCP server from agit cloneof SeleniumBase, getuvas well before callingmcp dev server.pyfrom theSeleniumBase/mcp_servers/folder.)
- Add a SeleniumBase MCP server
- Add .mcp.json to the root folder
- Update setup.cfg files
- Update .gitignore
- Update .dockerignore
- Add configuration for using the new MCP server
- Refresh Python dependencies
- Update ReadMe files
Note that you will need
mcp>=2.0.0for the MCP Server to work!⚠️ Note: Due to a typing bug, (seleniumbase/SeleniumBase#4471), the MCP Server in this release only worked on Python 3.14+. Upgrade to https://github.com/seleniumbase/SeleniumBase/releases/tag/v4.52.3 for the fix.
What's Changed
- MCP Server Support by
@mdmintzin seleniumbase/SeleniumBase#4470Full Changelog: https://github.com/seleniumbase/SeleniumBase/compare/v4.52.1...v4.52.2
a28aa51
Merge pull request #4470
from seleniumbase/mcp-server-support7b245c0
Update ReadMe files1e5ac8d
Version 4.52.2422bb2f
Refresh Python dependenciesf030eae
Add configuration for using the new MCP serverbb495cb
Update .dockerignore168500f
Update .gitignore32fac6b
Update setup.cfg filesac7e449
Add .mcp.json to the root folder4014476
Add a SeleniumBase MCP server