@civic/hub-bridge
Version:
Stdio <-> HTTP/SSE MCP bridge with Civic auth handling
7 lines • 338 B
TypeScript
import type { PassthroughClient } from "@civic/passthrough-mcp-server";
import type { TargetConfig } from "@civic/passthrough-mcp-server";
/**
* Create a client that connects to the target MCP server
*/
export declare function createTargetClient(targetConfig: TargetConfig): Promise<PassthroughClient>;
//# sourceMappingURL=index.d.ts.map