mirror of
https://github.com/camel-ai/owl.git
synced 2026-03-22 05:57:17 +08:00
18 lines
313 B
JSON
18 lines
313 B
JSON
{
|
|
"mcpServers": {
|
|
"desktop-commander": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"@wonderwhy-er/desktop-commander",
|
|
"--force-file-protocol"
|
|
]
|
|
},
|
|
"playwright": {
|
|
"command": "npx",
|
|
"args": ["-y", "@executeautomation/playwright-mcp-server"]
|
|
}
|
|
}
|
|
}
|
|
|