add --force-file-protocol to mcp run

This commit is contained in:
Wendong 2025-03-16 03:05:59 +08:00
parent aa799d8230
commit 7443ee2fde

View File

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