MCPcopy Create free account
hub / github.com/Infiland/cursor-opencode-auth / main

Function main

packages/cursor-openai-bridge/src/cli.ts:4–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import { startBridgeServer } from "./lib/server.js";
3
4async function main() {
5 const config = loadBridgeConfig();
6 startBridgeServer({ version: "0.2.0", config });
7}
8
9main().catch((err) => {
10 // eslint-disable-next-line no-console

Callers 1

cli.tsFile · 0.85

Calls 2

loadBridgeConfigFunction · 0.85
startBridgeServerFunction · 0.85

Tested by

no test coverage detected