This commit is contained in:
Jonathan Atta
2026-03-12 09:37:30 +01:00
commit 3292494784
6 changed files with 402 additions and 0 deletions

9
references/mcp.json Normal file
View File

@@ -0,0 +1,9 @@
{
"servers": {
"chrome-devtools": {
"type": "stdio",
"command": "npx",
"args": ["chrome-devtools-mcp@latest"]
},
}
}