Compare commits

...

2 Commits

Author SHA1 Message Date
Dax
9291fb7ffe Merge branch 'dev' into migrate-mcp 2026-02-18 12:14:01 -05:00
Dax Raad
ad30e5b378 refactor: migrate cli/cmd/mcp.ts from Bun.file()/Bun.write() to Filesystem module
Replace Bun-specific file operations with Filesystem module:

- Replace Bun.file().exists() with Filesystem.exists()

- Replace Bun.file().text() with Filesystem.readText()

- Replace Bun.write() with Filesystem.write()
2026-02-18 11:17:49 -05:00

Diff Content Not Available