Skip to content

Commit bb101a0

Browse files
committed
Set CreateNoWindow=true in RunProcessAndWaitForExit
1 parent 317f468 commit bb101a0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)