executeautomation/mcp-playwright

Are tools removed?

Closed this issue · 0 comments

From last week, I've setup this MCP on my Cursor with a lot of tools, including: start_codegen_session, etc. But today there are only 8 tools available:

  1. playwright_navigate - Navigate to a URL
  2. playwright_screenshot - Take a screenshot of the current page or a specific element
  3. playwright_click - Click an element on the page
  4. playwright_fill - Fill out an input field
  5. playwright_select - Select an element on the page with Select tag
  6. playwright_hover - Hover over an element on the page
  7. playwright_evaluate - Execute JavaScript in the browser console
  8. playwright_get - Perform an HTTP GET request

What happens to this MCP, or did I miss any update?