Skip to content

Commit d8cc933

Browse files
author
Celso Martinho
committed
changes server
1 parent 73f3cbe commit d8cc933

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,12 @@ Alternatively, you can install the Playwright MCP server using the VS Code CLI:
107107

108108
```bash
109109
# For VS Code
110-
code --add-mcp '{"name":"cloudflare-playwright","type":"sse","url":"https://cloudflare-playwright-mcp.rui-figueira.workers.dev/sse"}'
110+
code --add-mcp '{"name":"cloudflare-playwright","type":"sse","url":"https://[my-mcp-url].workers.dev/sse"}'
111111
```
112112

113113
```bash
114114
# For VS Code Insiders
115-
code-insiders --add-mcp '{"name":"cloudflare-playwright","type":"sse","url":"https://cloudflare-playwright-mcp.rui-figueira.workers.dev/sse"}'
115+
code-insiders --add-mcp '{"name":"cloudflare-playwright","type":"sse","url":"https://[my-mcp-url].workers.dev/sse"}'
116116
```
117117

118118
After installation, the Playwright MCP server will be available for use with your GitHub Copilot agent in VS Code.

0 commit comments

Comments
 (0)