You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Frontend support: the MCP server can now spin up the new Django-based dashboard that shows session details and a test suite preview
Library integration moved onto the robotmcp.plugins architecture (Browser/Selenium/Requests shims included), plus sample plugins and docs for building your own.
MCP tools were consolidated into a lean “core toolkit,” cutting legacy aliases and making manage_session, execute_step, and get_session_state the primary entry points.
Coverage now runs in CI and new FastMCP end-to-end suites exercise real client/server flows, lifting confidence in session orchestration and variable handling.