Files
meal-planner/.mcp.json

25 lines
479 B
JSON

{
"mcpServers": {
"filesystem": {
"command": "uvx",
"args": ["mcp-filesystem-server"]
},
"shadcn": {
"command": "npx",
"args": ["shadcn@latest", "mcp"]
},
"playwright": {
"command": "npx",
"args": [
"@playwright/mcp@latest"
]
},
"context7": {
"type": "http",
"url": "https://mcp.context7.com/mcp",
"headers": {
"CONTEXT7_API_KEY": "${CONTEXT7_API_KEY}"
}
}
}
}