UNPKG

mcp-simple-gateway

Version:
8 lines (7 loc) 307 B
interface CreateProxyServerParams { configPath: string; } export declare const createProxyServer: ({ configPath }: CreateProxyServerParams) => { listen: (port: number, host: string) => import("http").Server<typeof import("http").IncomingMessage, typeof import("http").ServerResponse>; }; export {};