mirror of
https://github.com/elisiariocouto/leggen.git
synced 2025-12-13 20:42:39 +00:00
18 lines
243 B
JSON
18 lines
243 B
JSON
{
|
|
"mcpServers": {
|
|
"shadcn": {
|
|
"command": "npx",
|
|
"args": [
|
|
"shadcn@latest",
|
|
"mcp"
|
|
]
|
|
},
|
|
"browsermcp": {
|
|
"command": "npx",
|
|
"args": [
|
|
"@browsermcp/mcp@latest"
|
|
]
|
|
}
|
|
}
|
|
}
|