You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
35
35
36
36
<WranglerConfig>
37
37
@@ -73,7 +73,7 @@ npx wrangler deploy
73
73
74
74
The server is now available at `https://[my-mcp-url].workers.dev/sse` and you can use it with any MCP client.
75
75
76
-
Alternatively, use "[Deploy to Cloudflare](/workers/platform/deploy-buttons/)":
76
+
Alternatively, use [Deploy to Cloudflare](/workers/platform/deploy-buttons/):
77
77
78
78
[](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/playwright-mcp/tree/main/cloudflare/example)
79
79
@@ -109,4 +109,4 @@ Try this sequence of instructions to see Playwright MCP in action:
109
109
110
110
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).
111
111
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