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.
Properties
Section titled “Properties”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
Section titled “failures”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
Section titled “loadedCount”loadedCount:
number
Defined in: _worktrees/docs-release/gaunt-sloth/packages/agent/src/mcp/tlsTrust.ts:45
How many configured certs were read successfully.
rejectUnauthorized
Section titled “rejectUnauthorized”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.