SIGN IN SIGN UP

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()
D
Dax Raad committed
ad30e5b378d4e70e03da311f1e8b382e184b7802
Parent: 3aaf29b