18 lines
376 B
JSON
18 lines
376 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/mcp.json",
|
|
"mcpServers": {
|
|
"playwright": {
|
|
"command": "npx",
|
|
"args": ["-y", "@playwright/mcp@latest"]
|
|
},
|
|
"chrome-devtools": {
|
|
"command": "npx",
|
|
"args": ["-y", "chrome-devtools-mcp@latest"]
|
|
},
|
|
"shadcn": {
|
|
"command": "npx",
|
|
"args": ["-y", "shadcn@latest", "mcp"]
|
|
}
|
|
}
|
|
}
|