Files
owl/examples/mcp_servers_config.json
2025-03-16 02:55:30 +08:00

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"]
}
}
}