UNPKG

@toolbox-sdk/core

Version:
10 lines (9 loc) 587 B
import { McpHttpTransportBase } from '../transportBase.js'; import { ZodManifest } from '../../protocol.js'; export declare class McpHttpTransportV20260728 extends McpHttpTransportBase { #private; protected initializeSession(_headers?: Record<string, string>): Promise<void>; toolsList(toolsetName?: string, headers?: Record<string, string>): Promise<ZodManifest>; toolGet(toolName: string, headers?: Record<string, string>): Promise<ZodManifest>; toolInvoke(toolName: string, arguments_: Record<string, unknown>, headers: Record<string, string>): Promise<string>; }