Commit 8c9fe60
fix: pass force parameter to add_server to enable proper server overwrite
- Pass force=force parameter to global_config_manager.add_server() call
- Ensures existing servers are properly overwritten when --force flag is used
- Fixes inconsistency where force check existed but wasn't applied
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 88f3d53 commit 8c9fe60
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | | - | |
| 95 | + | |
97 | 96 | | |
98 | 97 | | |
99 | 98 | | |
| |||
143 | 142 | | |
144 | 143 | | |
145 | 144 | | |
146 | | - | |
| 145 | + | |
147 | 146 | | |
148 | 147 | | |
149 | 148 | | |
| |||
0 commit comments