mirror of
https://github.com/biersoeckli/QuickStack.git
synced 2026-04-24 18:48:15 -05:00
19 lines
259 B
JSON
19 lines
259 B
JSON
{
|
|
"servers": {
|
|
"shadcn": {
|
|
"command": "npx",
|
|
"args": [
|
|
"shadcn@latest",
|
|
"mcp"
|
|
]
|
|
},
|
|
"next-devtools": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"next-devtools-mcp@latest"
|
|
]
|
|
}
|
|
}
|
|
}
|