Skip to main content
Defined in: client/multi-server.ts:28

Properties

defaultOptions?

Defined in: client/multi-server.ts:32

handlers?

Defined in: client/multi-server.ts:29

roots?

Defined in: client/multi-server.ts:31 file:// URIs to advertise to all servers as accessible roots.

versionNegotiation?

Defined in: client/multi-server.ts:43 Protocol version negotiation, applied identically to every server in the config (protocol revision 2026-07-28 and later). See ClientOptions.versionNegotiation on the single-server Client — same semantics, just applied per sub-client here since each connected server negotiates its own era independently. Default { mode: 'auto' }: each sub-client probes its server once and falls back to legacy when the server offers no modern era; { mode: 'legacy' } opts every connection out of the probe.