Files
Kilo-Org_kilocode/packages/opencode
Marius 61df9982ee fix(mcp-migrator): use correct project-level filename mcp.json instead of mcp_settings.json (#230)
The Kilocode extension stores project-level MCP settings in
.kilocode/mcp.json, but the migrator was looking for
.kilocode/mcp_settings.json (which is only used for global settings).
This meant local MCP servers were never picked up by the CLI.
2026-02-11 10:25:03 +00:00
..
2026-01-27 16:09:11 +01:00
2026-02-10 18:00:48 -03:00
2026-01-24 12:27:13 -05:00
2026-02-02 12:47:09 +01:00
2026-01-26 14:59:23 +01:00
2026-02-09 13:07:23 -03: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.