add Chrome Devtools MCP server dynamically loaded only when needed

This commit is contained in:
George Liu
2025-10-04 09:00:36 +10:00
parent ddc7911b78
commit 5e13a3d5d1
3 changed files with 86 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
{
"mcpServers": {
"chrome-devtools": {
"command": "npx",
"args": [
"-y",
"chrome-devtools-mcp@latest"
]
}
}
}