docs: update main README with MCP client identification feature

Add key feature highlighting the new multi-client identification system with debug toolbar and code injection capabilities for managing parallel MCP clients.
This commit is contained in:
Ryan Malloy 2025-09-10 15:59:48 -06:00
parent 43776d80db
commit 704d0d06ca

View File

@ -7,6 +7,7 @@ A Model Context Protocol (MCP) server that provides browser automation capabilit
- **Fast and lightweight**. Uses Playwright's accessibility tree, not pixel-based input.
- **LLM-friendly**. No vision models needed, operates purely on structured data.
- **Deterministic tool application**. Avoids ambiguity common with screenshot-based approaches.
- **Multi-client identification**. Debug toolbar and code injection system for managing parallel MCP clients.
### Requirements
- Node.js 18 or newer