Skip to content

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

Interface: BootstrapArgs

Defined in: bootstrap.ts:21

Properties

cacheDir?

optional cacheDir?: string

Defined in: bootstrap.ts:29


cacheStore

cacheStore: "memory" | "fs" | "redis"

Defined in: bootstrap.ts:26


cacheTtlMs

cacheTtlMs: number

Defined in: bootstrap.ts:27


caFile?

optional caFile?: string

Defined in: bootstrap.ts:33


endpoint?

optional endpoint?: string

Defined in: bootstrap.ts:25


gcsEndpoint?

optional gcsEndpoint?: string

Defined in: bootstrap.ts:31


noCache

noCache: boolean

Defined in: bootstrap.ts:30


providerName

providerName: "s3" | "sqlite" | "azure" | "gcs" | "memory"

Defined in: bootstrap.ts:22


region?

optional region?: string

Defined in: bootstrap.ts:24


rootUris

rootUris: string[]

Defined in: bootstrap.ts:23


sqliteDb?

optional sqliteDb?: string

Defined in: bootstrap.ts:32


syncDebounceMs

syncDebounceMs: number

Defined in: bootstrap.ts:28

Released under the PolyForm Shield 1.0.0 License.