mirror of https://github.com/buster-so/buster.git
14 lines
296 B
JSON
14 lines
296 B
JSON
|
{
|
||
|
"mcpServers": {
|
||
|
"plate": {
|
||
|
"description": "Plate editors, plugins and components",
|
||
|
"type": "stdio",
|
||
|
"command": "npx",
|
||
|
"args": ["-y", "shadcn@canary", "registry:mcp"],
|
||
|
"env": {
|
||
|
"REGISTRY_URL": "https://platejs.org/r/registry.json"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|