Commit ce6ecc6
LittleCoinCoin
fix(dev): overwrite server config in mcp host rather than merging
Writing to the server config would originally (65e32cd) merge the new server configurations with existing ones.
Effectively making it and "append" only writing operation preventing to use this api for removing server configurations (overriding everything).
By default, we expect the MCPHostConfig passed to the `write_configuration` to be perfect.
- Only in Gemini strategy, because the change was originally operated only there.1 parent 902fa8a commit ce6ecc6
1 file changed
+8
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
444 | 444 | | |
445 | 445 | | |
446 | 446 | | |
447 | | - | |
| 447 | + | |
448 | 448 | | |
449 | 449 | | |
450 | 450 | | |
451 | | - | |
452 | | - | |
| 451 | + | |
| 452 | + | |
453 | 453 | | |
454 | 454 | | |
455 | 455 | | |
456 | 456 | | |
457 | 457 | | |
458 | 458 | | |
459 | 459 | | |
460 | | - | |
461 | | - | |
462 | | - | |
463 | 460 | | |
464 | | - | |
| 461 | + | |
| 462 | + | |
465 | 463 | | |
466 | | - | |
| 464 | + | |
467 | 465 | | |
468 | | - | |
469 | | - | |
| 466 | + | |
| 467 | + | |
470 | 468 | | |
471 | 469 | | |
472 | 470 | | |
| |||
0 commit comments