chore: Enable browsermcp and shadcn MCP servers.

This commit is contained in:
Elisiário Couto
2025-09-17 23:27:14 +01:00
parent d9a39c30ab
commit 5a626b5394
4 changed files with 18 additions and 29 deletions

17
.mcp.json Normal file
View File

@@ -0,0 +1,17 @@
{
"mcpServers": {
"shadcn": {
"command": "npx",
"args": [
"shadcn@latest",
"mcp"
]
},
"browsermcp": {
"command": "npx",
"args": [
"@browsermcp/mcp@latest"
]
}
}
}