Skip to content

Graphorin API reference v0.7.0


Graphorin API reference / @graphorin/mcp / / createManagedMCPClient

Function: createManagedMCPClient()

ts
function createManagedMCPClient(options): Promise<MCPClient>;

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

Open a managed (auto-reconnecting) MCP client. See the module doc for the exact semantics. close() is terminal: it stops any in-progress backoff and no further reconnects happen.

Parameters

ParameterType
optionsCreateManagedMCPClientOptions

Returns

Promise&lt;MCPClient&gt;

Stable