diff --git a/src/daemon/client.ts b/src/daemon/client.ts index 0e231fe49..5f6ac0221 100644 --- a/src/daemon/client.ts +++ b/src/daemon/client.ts @@ -85,6 +85,7 @@ export async function startDaemon(mcpArgs: string[] = []) { stdio: 'ignore', env: process.env, cwd: process.cwd(), + windowsHide: true, }); child.unref();