We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f07353f commit 1c6db83Copy full SHA for 1c6db83
1 file changed
src/daemon/client.ts
@@ -85,6 +85,7 @@ export async function startDaemon(mcpArgs: string[] = []) {
85
stdio: 'ignore',
86
env: process.env,
87
cwd: process.cwd(),
88
+ windowsHide: true,
89
});
90
child.unref();
91
0 commit comments