- 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.
14 lines
164 B
JSON
14 lines
164 B
JSON
{
|
|
"mcpServers": {
|
|
"shadcn": {
|
|
"command": "cmd",
|
|
"args": [
|
|
"/c",
|
|
"npx",
|
|
"shadcn@latest",
|
|
"mcp"
|
|
]
|
|
}
|
|
}
|
|
}
|