UNPKG

@civic/hub-bridge

Version:

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

5 lines (4 loc) 105 B
#!/usr/bin/env node import('../dist/index.js').then(({ main }) => { main(); }).catch(console.error);