Skip to content

Interface: FusionTransport

Defined in: packages/core/src/client/FusionClient.ts:38

Transport interface for the fusion client. This abstracts the MCP transport layer (stdio, HTTP, WebSocket, etc.)

Methods

callTool()

ts
callTool(name, args): Promise<ToolResponse>;

Defined in: packages/core/src/client/FusionClient.ts:40

Call a tool by name with arguments

Parameters

ParameterType
namestring
argsRecord<string, unknown>

Returns

Promise<ToolResponse>