Skip to content

@nogoo9/mcp-server-cloud-fs / checkHealth

Function: checkHealth()

checkHealth(provider, root, opts?): Promise<HealthReport>

Defined in: health.ts:26

Run health checks against a storage root.

Verifies authentication, list access, and optionally write access.

Parameters

provider

StorageProvider

root

ParsedRoot

opts?

testWrite?

boolean

Returns

Promise<HealthReport>

Released under the PolyForm Shield 1.0.0 License.