Skip to content

BuiltDispatcher

Defined in: _worktrees/docs-release/gaunt-sloth/packages/agent/src/mcp/tlsTrust.ts:38

The undici connect options computed from a tls config, plus what happened while reading.

ca: string[]

Defined in: _worktrees/docs-release/gaunt-sloth/packages/agent/src/mcp/tlsTrust.ts:41

default store, so the roots must be included or every public-CA fetch breaks.


failures: TlsCertFailure[]

Defined in: _worktrees/docs-release/gaunt-sloth/packages/agent/src/mcp/tlsTrust.ts:47

Configured certs that could not be read (fail-soft: skipped, not fatal).


loadedCount: number

Defined in: _worktrees/docs-release/gaunt-sloth/packages/agent/src/mcp/tlsTrust.ts:45

How many configured certs were read successfully.


rejectUnauthorized: boolean

Defined in: _worktrees/docs-release/gaunt-sloth/packages/agent/src/mcp/tlsTrust.ts:43

false disables verification entirely (process-global). Defaults to true.