You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+32-8Lines changed: 32 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,30 @@ startup_timeout_ms = 20_000
94
94
95
95
</details>
96
96
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
+
97
121
<details>
98
122
<summary>Copilot / VS Code</summary>
99
123
Follow the MCP install <ahref="https://code.visualstudio.com/docs/copilot/chat/mcp-servers#_add-an-mcp-server">guide</a>,
@@ -104,14 +128,6 @@ startup_timeout_ms = 20_000
104
128
```
105
129
</details>
106
130
107
-
<details>
108
-
<summary>Visual Studio</summary>
109
-
110
-
**Click the button to install:**
111
-
112
-
[<imgsrc="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
-
115
131
<details>
116
132
<summary>Cursor</summary>
117
133
@@ -159,6 +175,14 @@ The same way chrome-devtools-mcp can be configured for JetBrains Junie in `Setti
159
175
160
176
</details>
161
177
178
+
<details>
179
+
<summary>Visual Studio</summary>
180
+
181
+
**Click the button to install:**
182
+
183
+
[<imgsrc="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
+
162
186
### Your first prompt
163
187
164
188
Enter the following prompt in your MCP Client to check if everything is working:
0 commit comments