Skip to content

Commit e324514

Browse files
committed
Updated README
1 parent d674487 commit e324514

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,21 @@ Then create or update `claude_desktop_config.json` (~/Library/Application Suppor
9797

9898
Then restart claude app.
9999

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+
100115
_If there's an error in setting up_
101116

102117
- 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

Comments
 (0)