Merge pull request #67 from xiaolai/fix/nlpm-pin-mcp-versions

fix: pin MCP server package versions to prevent supply-chain drift
This commit is contained in:
Shayan Rais
2026-04-24 00:22:09 +05:00
committed by GitHub
+12 -3
View File
@@ -2,15 +2,24 @@
"mcpServers": { "mcpServers": {
"playwright": { "playwright": {
"command": "npx", "command": "npx",
"args": ["-y", "@playwright/mcp"] "args": [
"-y",
"@playwright/mcp@0.0.70"
]
}, },
"context7": { "context7": {
"command": "npx", "command": "npx",
"args": ["-y", "@upstash/context7-mcp"] "args": [
"-y",
"@upstash/context7-mcp@2.1.8"
]
}, },
"deepwiki": { "deepwiki": {
"command": "npx", "command": "npx",
"args": ["-y", "deepwiki-mcp"] "args": [
"-y",
"deepwiki-mcp@0.0.6"
]
} }
} }
} }