Skip to content

@nogoo9/mcp-server-cloud-fs / bootstrap / buildVfs

Function: buildVfs()

buildVfs(args, roots): Promise<BootstrapResult>

Defined in: bootstrap.ts:47

Build a VFS instance from CLI-style arguments. Returns the VFS, parsed roots, and a cleanup function for graceful shutdown.

Parameters

args

BootstrapArgs

roots

ParsedRoot[]

Returns

Promise<BootstrapResult>

Released under the PolyForm Shield 1.0.0 License.