Skip to content

Commit 1649336

Browse files
docs: Add instructions for Copilot CLI (#227)
Fixes #180
1 parent f030726 commit 1649336

File tree

1 file changed

+32
-8
lines changed

1 file changed

+32
-8
lines changed

README.md

Lines changed: 32 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,30 @@ startup_timeout_ms = 20_000
9494

9595
</details>
9696

97+
<details>
98+
<summary>Copilot CLI</summary>
99+
100+
Start Copilot CLI:
101+
102+
```
103+
copilot
104+
```
105+
106+
Start the dialog to add a new MCP server by running:
107+
108+
```
109+
/mcp add
110+
```
111+
112+
Configure the following fields and press `CTR-S` to save the configuration:
113+
114+
- **Server name:** `chrome-devtools`
115+
- **Server Type:** `[1] Local`
116+
- **Command:** `npx`
117+
- **Arguments:** `-y, chrome-devtools-mcp@latest`
118+
119+
</details>
120+
97121
<details>
98122
<summary>Copilot / VS Code</summary>
99123
Follow the MCP install <a href="https://code.visualstudio.com/docs/copilot/chat/mcp-servers#_add-an-mcp-server">guide</a>,
@@ -104,14 +128,6 @@ startup_timeout_ms = 20_000
104128
```
105129
</details>
106130

107-
<details>
108-
<summary>Visual Studio</summary>
109-
110-
**Click the button to install:**
111-
112-
[<img src="https://img.shields.io/badge/Visual_Studio-Install-C16FDE?logo=visualstudio&logoColor=white" alt="Install in Visual Studio">](https://vs-open.link/mcp-install?%7B%22name%22%3A%22chrome-devtools%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22chrome-devtools-mcp%40latest%22%5D%7D)
113-
</details>
114-
115131
<details>
116132
<summary>Cursor</summary>
117133

@@ -159,6 +175,14 @@ The same way chrome-devtools-mcp can be configured for JetBrains Junie in `Setti
159175

160176
</details>
161177

178+
<details>
179+
<summary>Visual Studio</summary>
180+
181+
**Click the button to install:**
182+
183+
[<img src="https://img.shields.io/badge/Visual_Studio-Install-C16FDE?logo=visualstudio&logoColor=white" alt="Install in Visual Studio">](https://vs-open.link/mcp-install?%7B%22name%22%3A%22chrome-devtools%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22chrome-devtools-mcp%40latest%22%5D%7D)
184+
</details>
185+
162186
### Your first prompt
163187

164188
Enter the following prompt in your MCP Client to check if everything is working:

0 commit comments

Comments
 (0)