Skip to content

Commit cebe861

Browse files
committed
up
1 parent f022640 commit cebe861

4 files changed

Lines changed: 1669 additions & 57 deletions

File tree

.vscode/mcp.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
{
2-
"inputs": [],
3-
"servers": {}
4-
}
2+
"inputs": [],
3+
"servers": {
4+
"shadcn": {
5+
"command": "npx",
6+
"args": [
7+
"shadcn@latest",
8+
"mcp"
9+
]
10+
}
11+
}
12+
}

.vscode/settings.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,14 @@
1515
"github.copilot.chat.codesearch.enabled": true,
1616
"chat.customAgentInSubagent.enabled": true,
1717
"chat.useNestedAgentsMdFiles": true,
18-
"chat.todoListTool.writeOnly": true
18+
"chat.todoListTool.writeOnly": true,
19+
"chat.mcp.serverSampling": {
20+
"stormcom/.vscode/mcp.json: shadcn": {
21+
"allowedModels": [
22+
"copilot/gpt-5-mini",
23+
"copilot/gpt-4.1",
24+
"copilot/gpt-4o"
25+
]
26+
}
27+
}
1928
}

0 commit comments

Comments
 (0)