diff --git a/src/client-api.ts b/src/client-api.ts index 8f34c81..d5d0b1d 100644 --- a/src/client-api.ts +++ b/src/client-api.ts @@ -12,7 +12,7 @@ export { } from "./sessions.ts"; // Session creation -export { spawnDaemon, resolveCommand, waitForSocket, type SpawnDaemonOptions } from "./spawn.ts"; +export { spawnDaemon, resolveCommand, waitForSocket, setServerModulePath, type SpawnDaemonOptions } from "./spawn.ts"; // Session interaction (programmatic — no process.exit, no stdin/stdout) export {