MCPcopy Create free account
hub / github.com/tiann/hapi / cursorAcpRemoteLauncher

Function cursorAcpRemoteLauncher

cli/src/cursor/cursorAcpRemoteLauncher.ts:464–467  ·  view source on GitHub ↗
(session: CursorSession)

Source from the content-addressed store, hash-verified

462}
463
464export async function cursorAcpRemoteLauncher(session: CursorSession): Promise<'switch' | 'exit'> {
465 const launcher = new CursorAcpRemoteLauncher(session);
466 return launcher.launch();
467}

Callers 2

cursorRemoteLauncherFunction · 0.90

Calls 1

launchMethod · 0.95

Tested by

no test coverage detected