Are tools removed?
Closed this issue · 0 comments
hailee0710 commented
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:
- playwright_navigate - Navigate to a URL
- playwright_screenshot - Take a screenshot of the current page or a specific element
- playwright_click - Click an element on the page
- playwright_fill - Fill out an input field
- playwright_select - Select an element on the page with Select tag
- playwright_hover - Hover over an element on the page
- playwright_evaluate - Execute JavaScript in the browser console
- playwright_get - Perform an HTTP GET request
What happens to this MCP, or did I miss any update?