@nogoo9/mcp-server-cloud-fs / bootstrap / BootstrapResult
Interface: BootstrapResult
Defined in: bootstrap.ts:36
Properties
cleanup
cleanup: () =>
Promise<void>
Defined in: bootstrap.ts:40
Flush VFS and clean up connections. Call on shutdown.
Returns
Promise<void>
roots
roots:
ParsedRoot[]
Defined in: bootstrap.ts:38
vfs
vfs:
VirtualFS
Defined in: bootstrap.ts:37
