@huggingface/mcp-client
Version:
Client for the Model Context Protocol
11 lines • 349 B
TypeScript
import type { ServerConfig } from "./types";
export declare function debug(...args: unknown[]): void;
export declare const ANSI: {
BLUE: string;
GRAY: string;
GREEN: string;
RED: string;
RESET: string;
};
export declare function urlToServerConfig(urlStr: string, token?: string): ServerConfig;
//# sourceMappingURL=utils.d.ts.map