combining many mcps

This commit is contained in:
2025-06-30 16:58:44 -06:00
parent 68384c17cf
commit e6a7356866
3 changed files with 19 additions and 16 deletions

View File

@@ -0,0 +1,12 @@
{
"mcpServers": {
"sequential": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-sequential-thinking"]
},
"playwright": {
"command": "npx",
"args": ["-y", "@playwright/mcp@latest", "--isolated"]
}
}
}