Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/mcp / / createMCPClient

Function: createMCPClient()

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

Defined in: packages/mcp/src/client/client.ts:75

Open a typed MCP client connection.

Parameters

ParameterType
optionsCreateMCPClientOptions

Returns

Promise&lt;MCPClient&gt;

Stable