You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,21 @@ Then create or update `claude_desktop_config.json` (~/Library/Application Suppor
97
97
98
98
Then restart claude app.
99
99
100
+
**Optional: Force a specific shell**
101
+
102
+
To use a specific shell (bash or zsh), add the `--shell` argument:
103
+
104
+
```json
105
+
{
106
+
"mcpServers": {
107
+
"wcgw": {
108
+
"command": "uvx",
109
+
"args": ["wcgw@latest", "--shell", "/bin/bash"]
110
+
}
111
+
}
112
+
}
113
+
```
114
+
100
115
_If there's an error in setting up_
101
116
102
117
- If there's an error like "uv ENOENT", make sure `uv` is installed. Then run 'which uv' in the terminal, and use its output in place of "uv" in the configuration.
0 commit comments