Commit ce2b486
fix: preserve quoted args with spaces when launching via CLI
Args containing spaces (e.g. --description 'get todays date') were
silently split into multiple tokens by the proxy, breaking MCP servers
that rely on multi-word argument values.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 94d98ec commit ce2b486
File tree
6 files changed
+560
-7
lines changed- client/bin
- server
- __tests__
- src
6 files changed
+560
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
0 commit comments