Skip to content

Commit 5425eb5

Browse files
author
Celso Martinho
committed
more fixes
1 parent d8cc933 commit 5425eb5

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

README.md

+3-15
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ npx wrangler deploy
2727

2828
- Navigate to https://playground.ai.cloudflare.com/
2929
- Ensure model is set to `llama-3.3-70b-instruct-fp8-fast`
30-
- In **MCP Servers**, set **URL** to https://cloudflare-playwright-mcp.rui-figueira.workers.dev/sse
30+
- In **MCP Servers**, set **URL** to `https://[my-mcp-url].workers.dev/sse`
3131
- Click **Connect**
3232
- Status should update to **Connected** and it should list 14 available tools
3333

@@ -89,21 +89,9 @@ Here's an example of a session opening the TODO demo app, adding "buy lemons" an
8989

9090
![alt text](docs/imgs/claudemcp.gif)
9191

92-
### Configure in VSCode Insiders
92+
### Configure in VSCode
9393

94-
Install the Playwright MCP server in VS Code using one of these buttons:
95-
96-
<!--
97-
// Generate using?:
98-
const config = JSON.stringify({ name: 'cloudflare-playwright', type: 'sse', url: 'https://cloudflare-playwright-mcp.rui-figueira.workers.dev/sse' });
99-
const urlForWebsites = `vscode:mcp/install?${encodeURIComponent(config)}`;
100-
// Github markdown does not allow linking to `vscode:` directly, so you can use our redirect:
101-
const urlForGithub = `https://insiders.vscode.dev/redirect?url=${encodeURIComponent(urlForWebsites)}`;
102-
-->
103-
104-
[<img alt="Install in VS Code Insiders" src="https://img.shields.io/badge/VS_Code_Insiders-VS_Code_Insiders?style=flat-square&label=Install%20Server&color=24bfa5">](https://insiders.vscode.dev/redirect?url=vscode%3Amcp%2Finstall%3F%257B%2522name%2522%253A%2522cloudflare-playwright%2522%252C%2522type%2522%253A%2522sse%2522%252C%2522url%2522%253A%2522https%253A%252F%252Fcloudflare-playwright-mcp.rui-figueira.workers.dev%252Fsse%2522%257D)
105-
106-
Alternatively, you can install the Playwright MCP server using the VS Code CLI:
94+
You can install the Playwright MCP server using the [VS Code CLI](https://code.visualstudio.com/docs/configure/command-line):
10795

10896
```bash
10997
# For VS Code

0 commit comments

Comments
 (0)