Exposes Playwright functionality as an MCP server accessible via Server-Sent Events (SSE).
Playwright SSE allows you to access Playwright's browser automation capabilities remotely via the Model Context Protocol (MCP). By acting as an MCP server and communicating over Server-Sent Events (SSE), it enables you to control Playwright from MCP clients, including those running in Docker containers or on the host machine. This setup simplifies integration with tools like Roo Code and facilitates browser automation tasks in various environments.