mirror of
https://github.com/camel-ai/owl.git
synced 2025-12-26 10:07:51 +08:00
add --force-file-protocol to mcp run
This commit is contained in:
parent
aa799d8230
commit
7443ee2fde
@ -27,7 +27,7 @@ Environment Setup:
|
||||
```bash
|
||||
# Install MCP service
|
||||
npx -y @smithery/cli install @wonderwhy-er/desktop-commander --client claude
|
||||
npx @wonderwhy-er/desktop-commander setup
|
||||
npx -y @wonderwhy-er/desktop-commander setup --force-file-protocol
|
||||
|
||||
# Configure in owl/examples/mcp_servers_config.json:
|
||||
{
|
||||
@ -35,7 +35,8 @@ Environment Setup:
|
||||
"command": "npx",
|
||||
"args": [
|
||||
"-y",
|
||||
"@wonderwhy-er/desktop-commander"
|
||||
"@wonderwhy-er/desktop-commander",
|
||||
"--force-file-protocol"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user