From 7443ee2fde29cf1ba48adbb9c320dccb46d324a2 Mon Sep 17 00:00:00 2001 From: Wendong Date: Sun, 16 Mar 2025 03:05:59 +0800 Subject: [PATCH] add --force-file-protocol to mcp run --- examples/run_mcp.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/run_mcp.py b/examples/run_mcp.py index 751aecd..3274f15 100644 --- a/examples/run_mcp.py +++ b/examples/run_mcp.py @@ -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" ] } }