diff --git a/src/content/docs/browser-rendering/platform/playwright-mcp.mdx b/src/content/docs/browser-rendering/platform/playwright-mcp.mdx index 40b3b4a0765bc52..7f27a28fceb2aa7 100644 --- a/src/content/docs/browser-rendering/platform/playwright-mcp.mdx +++ b/src/content/docs/browser-rendering/platform/playwright-mcp.mdx @@ -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. +:::note +The current version of the Playwright MCP is **v0.0.15**. +::: + ## Deploying Follow these steps to deploy `@cloudflare/playwright-mcp`: diff --git a/src/content/docs/browser-rendering/platform/playwright.mdx b/src/content/docs/browser-rendering/platform/playwright.mdx index 596894197da37db..9fa01323839b030 100644 --- a/src/content/docs/browser-rendering/platform/playwright.mdx +++ b/src/content/docs/browser-rendering/platform/playwright.mdx @@ -23,6 +23,10 @@ Our version is open sourced and can be found in [Cloudflare's fork of Playwright +:::note +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: