豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Commit 1c6db83

Browse files
authored
chore: use windowsHide in daemon client (#1135)
prevents cmd.exe from showing on Windows.
1 parent f07353f commit 1c6db83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)