> ## Documentation Index
> Fetch the complete documentation index at: https://fastmcp-ts.docs.prefect.io/llms.txt
> Use this file to discover all available pages before exploring further.

# MultiServerOptions

Defined in: [client/multi-server.ts:28](https://github.com/PrefectHQ/fastmcp-ts/blob/e4b6038f642b529f601463a576229747afebe9a4/src/client/multi-server.ts#L28)

## Properties

### defaultOptions?

```ts theme={null}
optional defaultOptions?: ClientDefaultOptions;
```

Defined in: [client/multi-server.ts:32](https://github.com/PrefectHQ/fastmcp-ts/blob/e4b6038f642b529f601463a576229747afebe9a4/src/client/multi-server.ts#L32)

***

### handlers?

```ts theme={null}
optional handlers?: ClientHandlers;
```

Defined in: [client/multi-server.ts:29](https://github.com/PrefectHQ/fastmcp-ts/blob/e4b6038f642b529f601463a576229747afebe9a4/src/client/multi-server.ts#L29)

***

### roots?

```ts theme={null}
optional roots?: string[];
```

Defined in: [client/multi-server.ts:31](https://github.com/PrefectHQ/fastmcp-ts/blob/e4b6038f642b529f601463a576229747afebe9a4/src/client/multi-server.ts#L31)

file:// URIs to advertise to all servers as accessible roots.

***

### versionNegotiation?

```ts theme={null}
optional versionNegotiation?: VersionNegotiationOptions;
```

Defined in: [client/multi-server.ts:40](https://github.com/PrefectHQ/fastmcp-ts/blob/e4b6038f642b529f601463a576229747afebe9a4/src/client/multi-server.ts#L40)

Opt-in 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 `'legacy'`.
