Skip to content

Graphorin API reference v0.7.0


Graphorin API reference / @graphorin/mcp / / CreateManagedMCPClientOptions

Type Alias: CreateManagedMCPClientOptions

ts
type CreateManagedMCPClientOptions = CreateMCPClientOptions & {
  _clientFactory?: (options) => Promise<MCPClient>;
  reconnect?: ManagedReconnectOptions;
};

Defined in: packages/mcp/src/client/managed.ts:48

Options for createManagedMCPClient.

Type Declaration

NameTypeDescriptionDefined in
_clientFactory()?(options) => Promise&lt;MCPClient&gt;Internal Client factory seam - tests inject fake inner clients; production uses createMCPClient.packages/mcp/src/client/managed.ts:56
reconnect?ManagedReconnectOptions-packages/mcp/src/client/managed.ts:49

Stable