Skip to content

Commit da53c58

Browse files
committed
Improves playwright-mcp
1 parent 3728238 commit da53c58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/docs/browser-rendering/platform/playwright-mcp.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Follow these steps to deploy `@cloudflare/playwright-mcp`:
3131

3232
<PackageManagers pkg="@cloudflare/playwright-mcp" dev />
3333

34-
2. Make sure you have the [browser rendering](/browser-rendering/) and [durable object](/durable-objects/) bindings and [migrations](/durable-objects/reference/durable-objects-migrations/) configured in your wrangler.toml file.
34+
2. Make sure you have the [browser rendering](/browser-rendering/) and [durable object](/durable-objects/) bindings and [migrations](/durable-objects/reference/durable-objects-migrations/) in your wrangler configuration file.
3535

3636
<WranglerConfig>
3737

@@ -73,7 +73,7 @@ npx wrangler deploy
7373

7474
The server is now available at `https://[my-mcp-url].workers.dev/sse` and you can use it with any MCP client.
7575

76-
Alternatively, use "[Deploy to Cloudflare](/workers/platform/deploy-buttons/)":
76+
Alternatively, use [Deploy to Cloudflare](/workers/platform/deploy-buttons/):
7777

7878
[![Deploy to Cloudflare](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/playwright-mcp/tree/main/cloudflare/example)
7979

@@ -109,4 +109,4 @@ Try this sequence of instructions to see Playwright MCP in action:
109109

110110
You can also use other MCP clients like [Claude Desktop](https://github.com/cloudflare/playwright-mcp/blob/main/cloudflare/example/README.md#use-with-claude-desktop).
111111

112-
Check our [GitHub page](https://github.com/cloudflare/playwright-mcp) for more examples and MCP client configuration options.
112+
Check our [GitHub page](https://github.com/cloudflare/playwright-mcp) for more examples and MCP client configuration options and our developer documentation on how to [build Agents on Cloudflare](/agents/).

0 commit comments

Comments
 (0)