Skip to content

Commit 44ef12a

Browse files
authored
Apply suggestions from code review
1 parent 87da8d2 commit 44ef12a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

src/content/changelog/browser-rendering/2025-05-28-playwright-mcp.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { PackageManagers } from "~/components";
1010

1111
We're excited to share that you can now use the [Playwright MCP](https://github.com/cloudflare/playwright-mcp) server with Browser Rendering.
1212

13-
Once you [deploy the server](/browser-rendering/playwright-mcp/#deploying), you can use any MCP client with it to interact with Browser Rendering. This allows you to run AI models that can automate browser tasks, such as taking screenshots, filling out forms, or scraping data.
13+
Once you [deploy the server](/browser-rendering/playwright/playwright-mcp/#deploying), you can use any MCP client with it to interact with Browser Rendering. This allows you to run AI models that can automate browser tasks, such as taking screenshots, filling out forms, or scraping data.
1414

1515
![Access Analytics](~/assets/images/browser-rendering/playground-ai-screenshot.png)
1616

@@ -30,4 +30,4 @@ export default PlaywrightMCP.mount("/sse");
3030

3131
Check out the full code at [GitHub](https://github.com/cloudflare/playwright-mcp).
3232

33-
Learn more about Playwright MCP in our [documentation](/browser-rendering/playwright-mcp/).
33+
Learn more about Playwright MCP in our [documentation](/browser-rendering/playwright/playwright-mcp/).

src/content/docs/browser-rendering/get-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ Workers Bindings are best for situations where you need to build more complex, m
5353
If you have any feature requests or notice any bugs, share your feedback directly with the Cloudflare team by joining the [Cloudflare Developers community on Discord](https://discord.cloudflare.com/).
5454

5555
- Check out all the [REST API endpoints](/browser-rendering/rest-api/)
56-
- Try out the [Playwright MCP](/browser-rendering/playwright-mcp/)
56+
- Try out the [Playwright MCP](/browser-rendering/playwright/playwright-mcp/)
5757
- Learn more about Browser Rendering [limits](/browser-rendering/limits/) and [pricing](/browser-rendering/pricing/).

src/content/docs/browser-rendering/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Browser Rendering supports a wide range of use cases, including:
3737
- Build web scrapers that target specific elements or extract all links using the [scrape endpoint](/browser-rendering/rest-api/scrape-endpoint/) and [links endpoint](/browser-rendering/rest-api/links-endpoint/)
3838
- Parse and structure webpage data into JSON format using the [json endpoint](/browser-rendering/rest-api/json-endpoint/)
3939

40-
Browser Rendering is also ideal for agentic workflows. Use [Puppeteer](/browser-rendering/puppeteer/), [Playwright](/browser-rendering/playwright/), [Playwright MCP](/browser-rendering/playwright-mcp/), or [Stagehand](/browser-rendering/stagehand/) to power AI agents that interact with web pages and extract data where APIs do not exist.
40+
Browser Rendering is also ideal for agentic workflows. Use [Puppeteer](/browser-rendering/puppeteer/), [Playwright](/browser-rendering/playwright/), [Playwright MCP](/browser-rendering/playwright/playwright-mcp/), or [Stagehand](/browser-rendering/stagehand/) to power AI agents that interact with web pages and extract data where APIs do not exist.
4141

4242
## Key features
4343

@@ -72,7 +72,7 @@ A globally distributed coordination API with strongly consistent storage. Using
7272

7373
<RelatedProduct header="Agents" href="/agents/" product="agents">
7474

75-
Build AI-powered agents that autonomously navigate websites and perform tasks using [Playwright MCP](/browser-rendering/playwright-mcp/) or [Stagehand](/browser-rendering/stagehand/).
75+
Build AI-powered agents that autonomously navigate websites and perform tasks using [Playwright MCP](/browser-rendering/playwright/playwright-mcp/) or [Stagehand](/browser-rendering/stagehand/).
7676

7777
</RelatedProduct>
7878

src/content/release-notes/browser-rendering.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ entries:
3333
- publish_date: "2025-07-29"
3434
title: Updates to Playwright, local dev support, and REST API
3535
description: |-
36-
* [Playwright](/browser-rendering/playwright/) upgraded to [Playwright v1.54.1](https://github.com/microsoft/playwright/releases/tag/v1.54.1) and [Playwright MCP](/browser-rendering/playwright-mcp/) upgraded to be in sync with upstream Playwright MCP v0.0.30.
36+
* [Playwright](/browser-rendering/playwright/) upgraded to [Playwright v1.54.1](https://github.com/microsoft/playwright/releases/tag/v1.54.1) and [Playwright MCP](/browser-rendering/playwright/playwright-mcp/) upgraded to be in sync with upstream Playwright MCP v0.0.30.
3737
* Local development with `npx wrangler dev` now supports [Playwright](/browser-rendering/playwright/) when using Browser Rendering. Upgrade to the latest version of wrangler to get started.
3838
* The [`/content` endpoint](/browser-rendering/rest-api/content-endpoint/) now returns the page's title, making it easier to identify pages.
3939
* The [`/json` endpoint](/browser-rendering/rest-api/json-endpoint/) now allows you to specify your own AI model for the extraction, using the `custom_ai` parameter.
@@ -65,7 +65,7 @@ entries:
6565
- publish_date: "2025-05-26"
6666
title: Playwright MCP
6767
description: |-
68-
* You can now deploy [Playwright MCP](/browser-rendering/playwright-mcp/) and use any MCP client to get AI models to interact with Browser Rendering.
68+
* You can now deploy [Playwright MCP](/browser-rendering/playwright/playwright-mcp/) and use any MCP client to get AI models to interact with Browser Rendering.
6969
- publish_date: "2025-04-30"
7070
title: Automatic Request Headers
7171
description: |-

0 commit comments

Comments
 (0)