mirror of
https://github.com/davila7/claude-code-templates.git
synced 2026-09-19 01:30:23 +08:00
10 lines
305 B
JSON
10 lines
305 B
JSON
{
|
|
"mcpServers": {
|
|
"chrome-devtools": {
|
|
"description": "A Model Context Protocol server for interacting with Chrome DevTools, enabling browser automation, debugging, and performance analysis capabilities.",
|
|
"command": "npx",
|
|
"args": ["-y", "chrome-devtools-mcp@latest"]
|
|
}
|
|
}
|
|
}
|