Skip to content

v0.24.0

Choose a tag to compare

@manykarim manykarim released this 06 Nov 13:27
· 233 commits to main since this release
d5c3e05
  • 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.