| 123456789101112131415161718 |
- {
- "mcpServers": {
- "db": {
- "type": "stdio",
- "command": "npx",
- "args": ["@bytebase/dbhub"],
- "env": {}
- },
- "shadcn": {
- "command": "npx",
- "args": ["shadcn@latest", "mcp"]
- },
- "chrome-devtools": {
- "command": "npx",
- "args": ["-y", "chrome-devtools-mcp@latest"]
- }
- }
- }
|