Files
Kilo-Org_kilocode/packages/opencode
Alex Alecu bc63efdd81 fix: close existing MCP client before spawning replacement in connect()
Previously, connect() called create() (which spawns a new child process
and writes processes[key]) before closing the existing client. The old
client's close handler would then delete processes[key], removing the
*new* process entry from the map — losing track of the new child.

Move the existing client close to before create(), matching the pattern
already used in add().
2026-02-25 13:17:31 +02:00
..
2026-02-14 04:19:48 +00:00
2026-02-23 18:15:49 +01:00
2026-02-14 04:19:02 +00:00
2026-02-23 11:04:07 -03:00
2026-02-23 18:15:49 +01:00
2026-02-11 16:14:28 +00:00

js

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.2.12. Bun is a fast all-in-one JavaScript runtime.