> ## 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.

# McpConfig

```ts theme={null}
type McpConfig = {
  mcpServers: Record<string, McpServerValue>;
};
```

Defined in: [client/transports.ts:84](https://github.com/PrefectHQ/fastmcp-ts/blob/e4b6038f642b529f601463a576229747afebe9a4/src/client/transports.ts#L84)

## Properties

### mcpServers

```ts theme={null}
mcpServers: Record<string, McpServerValue>;
```

Defined in: [client/transports.ts:85](https://github.com/PrefectHQ/fastmcp-ts/blob/e4b6038f642b529f601463a576229747afebe9a4/src/client/transports.ts#L85)
