- Created a new settings.local.json file to enable MCP servers with "shadcn". - Updated .mcp.json to change the command execution from "npx" to "cmd" for better compatibility.
7 lines
88 B
JSON
7 lines
88 B
JSON
{
|
|
"enabledMcpjsonServers": [
|
|
"shadcn"
|
|
],
|
|
"enableAllProjectMcpServers": true
|
|
}
|