Skip to content

Commit 82fef59

Browse files
committed
Small improvements
1 parent 7431a2b commit 82fef59

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@ Check our [GitHub page](https://github.com/cloudflare/playwright-mcp) for more i
8686
[Cloudflare playground AI](https://playground.ai.cloudflare.com/) is a great way to test MCP servers using LLM models available in Workers AI.
8787

8888
- Navigate to https://playground.ai.cloudflare.com/
89-
- Ensure model is set to `llama-3.3-70b-instruct-fp8-fast`
89+
- Ensure that the model is set to `llama-3.3-70b-instruct-fp8-fast`
9090
- In **MCP Servers**, set **URL** to `https://[my-mcp-url].workers.dev/sse`
9191
- Click **Connect**
9292
- Status should update to **Connected** and it should list 14 available tools
9393

94-
You can now start to interact with the model, and it will run necessary tools to accomplish what was requested.
94+
You can now start to interact with the model, and it will run necessary the tools to accomplish what was requested.
9595

9696
:::note
9797

@@ -101,11 +101,11 @@ For best results, give simple instructions consisting of one single action, e.g.
101101

102102
Try this sequence of instructions to see Playwright MCP in action:
103103

104-
1. Go to demo.playwright.dev/todomvc
105-
2. Create some todo entry
106-
3. Nice. Now create a todo in parrot style
107-
4. And create another todo in Yoda style
108-
5. Take a screenshot
104+
1. "Go to demo.playwright.dev/todomvc"
105+
2. "Create some todo entry"
106+
3. "Nice. Now create a todo in parrot style"
107+
4. "And create another todo in Yoda style"
108+
5. "Take a screenshot"
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

0 commit comments

Comments
 (0)