UNPKG

@civic/hub-bridge

Version:

Stdio <-> HTTP/SSE MCP bridge with Civic auth handling

6 lines 153 B
/** * Main function to start the passthrough MCP server */ declare function main(): Promise<void>; export { main }; //# sourceMappingURL=index.d.ts.map