Initial commit

This commit is contained in:
Jonathan Atta
2026-03-03 10:33:56 +01:00
commit da373199e0
139 changed files with 26421 additions and 0 deletions

19
app/.vscode/mcp.json vendored Normal file
View File

@@ -0,0 +1,19 @@
{
"servers": {
"chrome-devtools": {
"type": "stdio",
"command": "npx",
"args": ["chrome-devtools-mcp@latest"]
},
"context7": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@upstash/context7-mcp"]
},
"ui-expert": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@reallygood83/ui-expert-mcp"]
}
}
}