mirror of
https://github.com/camel-ai/owl.git
synced 2026-03-22 05:57:17 +08:00
mcp file protocol fix
This commit is contained in:
17
examples/mcp_servers_config.json
Normal file
17
examples/mcp_servers_config.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"desktop-commander": {
|
||||
"command": "npx",
|
||||
"args": [
|
||||
"-y",
|
||||
"@wonderwhy-er/desktop-commander",
|
||||
"--force-file-protocol"
|
||||
]
|
||||
},
|
||||
"playwright": {
|
||||
"command": "npx",
|
||||
"args": ["-y", "@executeautomation/playwright-mcp-server"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user