-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy path.mcp.json
More file actions
22 lines (22 loc) · 642 Bytes
/
Copy path.mcp.json
File metadata and controls
22 lines (22 loc) · 642 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"mcpServers": {
"chrome-devtools-mcp": {
"type": "stdio",
"command": "cmd",
"args": ["/c", "pnpx", "chrome-devtools-mcp@latest", "--browserUrl", "http://localhost:9229"],
"env": {}
},
"chrome-devtools-mcp-linux": {
"type": "stdio",
"command": "cmd",
"args": ["/c", "pnpx", "chrome-devtools-mcp@latest", "--browserUrl", "http://localhost:9234"],
"env": {}
},
"firefox-devtools-mcp": {
"type": "stdio",
"command": "cmd",
"args": ["/c", "pnpx", "firefox-devtools-mcp@latest", "--connect-existing", "--marionette-port", "2828"],
"env": {}
}
}
}