Commit c152f3f
committed
fix: address CodeRabbit review feedback
- Fix manual config for unsupported clients to include all new flags
- Improve environment parsing to handle edge cases (empty strings, duplicates)
- Normalize environment names (lowercase, trim) for consistent matching
- Ensure envOnly takes precedence over devOnly in all places1 parent f3d9d3f commit c152f3fCopy full SHA for c152f3f
File tree
Expand file treeCollapse file tree
3 files changed
+26
-3
lines changedOpen diff view settings
Filter options
- packages/cli-v3/src
- commands
- mcp
Expand file treeCollapse file tree
3 files changed
+26
-3
lines changedOpen diff view settings
Collapse file
packages/cli-v3/src/commands/install-mcp.ts
Copy file name to clipboardExpand all lines: packages/cli-v3/src/commands/install-mcp.ts+12-1Lines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
287 | 287 | |
288 | 288 | |
289 | 289 | |
290 | | - |
| 290 | + |
| 291 | + |
| 292 | + |
| 293 | + |
291 | 294 | |
292 | 295 | |
293 | 296 | |
| 297 | + |
| 298 | + |
| 299 | + |
| 300 | + |
| 301 | + |
| 302 | + |
| 303 | + |
| 304 | + |
294 | 305 | |
295 | 306 | |
296 | 307 | |
|
Collapse file
packages/cli-v3/src/commands/mcp.ts
Copy file name to clipboardExpand all lines: packages/cli-v3/src/commands/mcp.ts+9-1Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
130 | 130 | |
131 | 131 | |
132 | 132 | |
133 | | - |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
134 | 142 | |
135 | 143 | |
136 | 144 | |
|
Collapse file
packages/cli-v3/src/mcp/context.ts
Copy file name to clipboardExpand all lines: packages/cli-v3/src/mcp/context.ts+5-1Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
189 | 189 | |
190 | 190 | |
191 | 191 | |
| 192 | + |
| 193 | + |
| 194 | + |
192 | 195 | |
193 | 196 | |
194 | | - |
| 197 | + |
| 198 | + |
195 | 199 | |
196 | 200 | |
197 | 201 | |
|
0 commit comments