We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f36f8c5 commit 30adf5dCopy full SHA for 30adf5d
.gitignore
@@ -32,3 +32,4 @@ node_modules/
32
# Authentication state files
33
/tests/auth/*.json
34
/tests/auth/
35
+.phpcs.cache
.mcp.json
@@ -0,0 +1,12 @@
1
+{
2
+ "mcpServers": {
3
+ "chrome-devtools": {
4
+ "command": "npx",
5
+ "args": ["chrome-devtools-mcp@latest"]
6
+ },
7
+ "browsermcp": {
8
9
+ "args": ["@browsermcp/mcp@latest"]
10
+ }
11
12
+}
0 commit comments