Dental Care

This commit is contained in:
Iliyan Angelov
2025-11-16 14:29:51 +02:00
commit 39077550ef
194 changed files with 43197 additions and 0 deletions

27
.vscode/mcp.json vendored Normal file
View File

@@ -0,0 +1,27 @@
{
"servers": {
"my-mcp-server-f475f1de": {
"url": "https://mcp.chonkie.ai/better-auth/better-auth-builder/mcp",
"type": "http"
},
"my-mcp-server-5e3fe95b": {
"type": "stdio",
"command": "npx",
"args": [
"shadcn@latest",
"mcp",
"init",
"--client",
"vscode"
]
},
"shadcn": {
"command": "npx",
"args": [
"shadcn@latest",
"mcp"
]
}
},
"inputs": []
}