fix: flag out uncompilable bit in windows (#4068)

Co-authored-by: Michael Neale <michael.neale@gmail.com>
This commit is contained in:
Jack Amadeo
2025-08-13 11:14:23 -04:00
committed by GitHub
parent 8217ab1e61
commit 8b195a71d4
@@ -109,6 +109,7 @@ async fn child_process_client(
mut command: Command,
timeout: &Option<u64>,
) -> ExtensionResult<McpClient> {
#[cfg(unix)]
command.process_group(0);
let (transport, mut stderr) = TokioChildProcess::builder(command)
.stderr(Stdio::piped())