Skip to content

Commit 60c3e36

Browse files
committed
chore: use windowsHide in daemon client
1 parent 70d4f36 commit 60c3e36

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/daemon/client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ export async function startDaemon(mcpArgs: string[] = []) {
8585
stdio: 'ignore',
8686
env: process.env,
8787
cwd: process.cwd(),
88+
windowsHide: true,
8889
});
8990
child.unref();
9091

0 commit comments

Comments
 (0)