@civic/hub-bridge
Version:
Stdio <-> HTTP/SSE MCP bridge with Civic auth handling
6 lines • 324 B
TypeScript
import type { StreamableHTTPClientTransport } from "@modelcontextprotocol/sdk/client/streamableHttp.js";
/**
* Create a client that connects to the target MCP server
*/
export declare function createHubBridgeStreamableHttpTransport(currentProfile?: string): StreamableHTTPClientTransport;
//# sourceMappingURL=index.d.ts.map