Files
MyMobileAgent/app/.vscode/mcp.json
Jonathan Atta da373199e0 Initial commit
2026-03-03 10:33:56 +01:00

19 lines
389 B
JSON

{
"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"]
}
}
}