UNPKG

@toolplex/client

Version:

The official ToolPlex client for AI agent tool discovery and execution

10 lines (9 loc) 217 B
export declare class ServerManagerProtocol { private transport; private serverManager; constructor(); start(): Promise<void>; private safeSend; private handleMessage; private callMethod; }