19 lines
285 B
JSON
19 lines
285 B
JSON
{
|
|
"mcpServers": {
|
|
"playwright": {
|
|
"command": "npx",
|
|
"args": [
|
|
"@playwright/mcp@latest",
|
|
"--caps",
|
|
"devtools"
|
|
]
|
|
},
|
|
"shadcn": {
|
|
"command": "npx",
|
|
"args": [
|
|
"shadcn-vue@latest",
|
|
"mcp"
|
|
]
|
|
}
|
|
}
|
|
}
|