diff --git a/.mcp.json b/.mcp.json index d73a545..0b9fdea 100644 --- a/.mcp.json +++ b/.mcp.json @@ -2,15 +2,24 @@ "mcpServers": { "playwright": { "command": "npx", - "args": ["-y", "@playwright/mcp"] + "args": [ + "-y", + "@playwright/mcp@0.0.70" + ] }, "context7": { "command": "npx", - "args": ["-y", "@upstash/context7-mcp"] + "args": [ + "-y", + "@upstash/context7-mcp@2.1.8" + ] }, "deepwiki": { "command": "npx", - "args": ["-y", "deepwiki-mcp"] + "args": [ + "-y", + "deepwiki-mcp@0.0.6" + ] } } }