13 lines
261 B
JSON
13 lines
261 B
JSON
{
|
|
"mcpServers": {
|
|
"sequential": {
|
|
"command": "npx",
|
|
"args": ["-y", "@modelcontextprotocol/server-sequential-thinking"]
|
|
},
|
|
"playwright": {
|
|
"command": "npx",
|
|
"args": ["-y", "@playwright/mcp@latest", "--isolated"]
|
|
}
|
|
}
|
|
}
|