Files
leggen/.mcp.json
2025-09-17 23:27:14 +01:00

18 lines
243 B
JSON

{
"mcpServers": {
"shadcn": {
"command": "npx",
"args": [
"shadcn@latest",
"mcp"
]
},
"browsermcp": {
"command": "npx",
"args": [
"@browsermcp/mcp@latest"
]
}
}
}