From 704d0d06cad9f39a7ec9f99d2d90aa86307ae093 Mon Sep 17 00:00:00 2001 From: Ryan Malloy Date: Wed, 10 Sep 2025 15:59:48 -0600 Subject: [PATCH] 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. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8fe89c9..0d001b4 100644 --- a/README.md +++ b/README.md @@ -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