Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ This server enables LLMs to interact with web pages through structured accessibi
* LLM-friendly. No vision models needed, operates purely on structured data.
* Deterministic tool application. Avoids ambiguity common with screenshot-based approaches.

:::info
The current version of the Playwright MCP is **v0.0.15**.
:::

## Deploying

Follow these steps to deploy `@cloudflare/playwright-mcp`:
Expand Down
4 changes: 4 additions & 0 deletions src/content/docs/browser-rendering/platform/playwright.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ Our version is open sourced and can be found in [Cloudflare's fork of Playwright

<PackageManagers pkg="@cloudflare/playwright" dev />

:::info
The current version of the Playwright is **v1.54.0**.
:::

## Use Playwright in a Worker

Make sure you have the [browser binding](/browser-rendering/platform/wrangler/#bindings) configured in your `wrangler.toml` file:
Expand Down
Loading