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

Function cursorLegacyRemoteLauncher

cli/src/cursor/cursorLegacyRemoteLauncher.ts:407–410  ·  view source on GitHub ↗
(session: CursorSession)

Source from the content-addressed store, hash-verified

405}
406
407export async function cursorLegacyRemoteLauncher(session: CursorSession): Promise<'switch' | 'exit'> {
408 const launcher = new CursorRemoteLauncher(session);
409 return launcher.launch();
410}

Callers 2

cursorRemoteLauncherFunction · 0.90

Calls 1

launchMethod · 0.95

Tested by

no test coverage detected