Initial commit
This commit is contained in:
19
app/.vscode/mcp.json
vendored
Normal file
19
app/.vscode/mcp.json
vendored
Normal 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"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user