Skip to content

Commit 72e7623

Browse files
authored
Set CreateNoWindow=true in RunProcessAndWaitForExit (#462)
1 parent 317f468 commit 72e7623

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ModelContextProtocol/ProcessHelper.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ private static int RunProcessAndWaitForExit(string fileName, string arguments, T
107107
RedirectStandardOutput = true,
108108
RedirectStandardError = true,
109109
UseShellExecute = false,
110+
CreateNoWindow = true,
110111
};
111112

112113
stdout = null;

0 commit comments

Comments
 (0)