| 1 | // Local-only: custom tool local-directory sources can browse the user's own |
| 2 | // filesystem through the local app. The shared self-host target intentionally |
| 3 | // does not expose this source kind. |
| 4 | import { mkdtempSync, mkdirSync, rmSync, writeFileSync } from "node:fs"; |
nothing calls this directly
no test coverage detected