[feat] Add Upstash Context7 MCP server to .mcp.json (#4656)

This commit is contained in:
Chenlei Hu
2025-08-02 22:52:01 -04:00
committed by GitHub
parent 378ac4880c
commit 907662a42b

View File

@@ -3,6 +3,10 @@
"playwright": {
"command": "npx",
"args": ["-y", "@executeautomation/playwright-mcp-server"]
},
"context7": {
"command": "npx",
"args": ["-y", "@upstash/context7-mcp"]
}
}
}