Update README.md

This commit is contained in:
Tommy D. Rossi
2026-01-07 14:15:59 +01:00
parent 9d9e469bff
commit 85ff79726d
+3 -3
View File
@@ -7,7 +7,7 @@
</picture>
<br/>
<br/>
<p>Like Playwright MCP but via extension. 90% less context window. 10x more capable (full playwright API)</p>
<p>Like Playwright MCP but via extension. 80% less context window. 10x more capable (full playwright API)</p>
<br/>
<a href="https://chromewebstore.google.com/detail/playwriter-mcp/jfeammnjpkecdekppnclgkkffahnhfhe">
<strong>Install Extension from Chrome Web Store</strong>
@@ -327,9 +327,9 @@ Run agents in isolated environments (devcontainers, VMs, SSH) while controlling
**On host (where Chrome runs):**
```bash
npx playwriter serve --token <secret>
npx -y playwriter serve --token <secret>
# or use environment variable:
PLAYWRITER_TOKEN=<secret> npx playwriter serve
PLAYWRITER_TOKEN=<secret> npx -y playwriter serve
```
**In container/VM (where agent runs):**