Commit d7ec3ec
fix(cli): strip
buildMcpCommand only stripped `install` from process.argv, so when
called from `0pflow run` the generated MCP command included `run` as a
spurious argument, causing the MCP server to fail.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>run subcommand from MCP command in buildMcpCommand1 parent 7ceec68 commit d7ec3ec
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments