From 9f8441daa54f1f0bd5515204e4ada80e53b4cce9 Mon Sep 17 00:00:00 2001 From: Adam Gastineau Date: Fri, 18 Jul 2025 11:21:29 -0700 Subject: [PATCH] chore(docs): make VSCode match other README sections (#706) --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f83e76..5731962 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,13 @@ Click Save.
VS Code -You can also install the Playwright MCP server using the VS Code CLI: +#### Click the button to install: + +[Install in VS Code](https://insiders.vscode.dev/redirect?url=vscode%3Amcp%2Finstall%3F%257B%2522name%2522%253A%2522playwright%2522%252C%2522command%2522%253A%2522npx%2522%252C%2522args%2522%253A%255B%2522%2540playwright%252Fmcp%2540latest%2522%255D%257D) [Install in VS Code Insiders](https://insiders.vscode.dev/redirect?url=vscode-insiders%3Amcp%2Finstall%3F%257B%2522name%2522%253A%2522playwright%2522%252C%2522command%2522%253A%2522npx%2522%252C%2522args%2522%253A%255B%2522%2540playwright%252Fmcp%2540latest%2522%255D%257D) + +#### Or install manually: + +Follow the MCP install [guide](https://code.visualstudio.com/docs/copilot/chat/mcp-servers#_add-an-mcp-server), use the standard config above. You can also install the Playwright MCP server using the VS Code CLI: ```bash # For VS Code