fix mcp servers
This commit is contained in:
@@ -1,24 +1,17 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"shadcn-unix": {
|
||||
"shadcn": {
|
||||
"command": "npx",
|
||||
"args": ["shadcn@latest", "mcp"]
|
||||
},
|
||||
"shadcn-windows": {
|
||||
"command": "cmd",
|
||||
"args": ["/c", "npx", "shadcn@latest", "mcp"]
|
||||
},
|
||||
"playwright-unix": {
|
||||
"playwright": {
|
||||
"command": "npx",
|
||||
"args": [
|
||||
"@playwright/mcp@latest"
|
||||
]
|
||||
},
|
||||
"playwright-windows": {
|
||||
"command": "cmd",
|
||||
"args": ["/c", "npx", "@playwright/mcp@latest"]
|
||||
},
|
||||
"context7": {
|
||||
"type": "http",
|
||||
"url": "https://mcp.context7.com/mcp",
|
||||
"headers": {
|
||||
"CONTEXT7_API_KEY": "YOUR_API_KEY"
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 583 KiB |
Reference in New Issue
Block a user