Commit
·
0eb632f
1
Parent(s):
b02d995
add --force-file-protocol to mcp run
Browse files- examples/run_mcp.py +3 -2
examples/run_mcp.py
CHANGED
@@ -27,7 +27,7 @@ Environment Setup:
|
|
27 |
```bash
|
28 |
# Install MCP service
|
29 |
npx -y @smithery/cli install @wonderwhy-er/desktop-commander --client claude
|
30 |
-
npx @wonderwhy-er/desktop-commander setup
|
31 |
|
32 |
# Configure in owl/examples/mcp_servers_config.json:
|
33 |
{
|
@@ -35,7 +35,8 @@ Environment Setup:
|
|
35 |
"command": "npx",
|
36 |
"args": [
|
37 |
"-y",
|
38 |
-
"@wonderwhy-er/desktop-commander"
|
|
|
39 |
]
|
40 |
}
|
41 |
}
|
|
|
27 |
```bash
|
28 |
# Install MCP service
|
29 |
npx -y @smithery/cli install @wonderwhy-er/desktop-commander --client claude
|
30 |
+
npx -y @wonderwhy-er/desktop-commander setup --force-file-protocol
|
31 |
|
32 |
# Configure in owl/examples/mcp_servers_config.json:
|
33 |
{
|
|
|
35 |
"command": "npx",
|
36 |
"args": [
|
37 |
"-y",
|
38 |
+
"@wonderwhy-er/desktop-commander",
|
39 |
+
"--force-file-protocol"
|
40 |
]
|
41 |
}
|
42 |
}
|