Skip to content

4.52.2 - MCP Server Support

Choose a tag to compare

@mdmintz mdmintz released this 23 Aug 23:34
· 9 commits to master since this release
a28aa51

MCP Server Support

If you love AI tools, this is one of the biggest releases this year for SeleniumBase!
The new seleniumbase-mcp command starts the "Pure CDP Mode" MCP Server.
(Be sure to install seleniumbase[mcp] to get mcp>=2.0.0!)
(To debug the MCP server from a git clone of SeleniumBase, get uv as well before calling mcp dev server.py from the SeleniumBase/mcp_servers/ folder.)

Note that you will need mcp>=2.0.0 for the MCP Server to work!

鈿狅笍 Note: Due to a typing bug, (#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

Full Changelog: v4.52.1...v4.52.2