diff --git a/src/client/stdio.ts b/src/client/stdio.ts index 93b2550e3..2de16f818 100644 --- a/src/client/stdio.ts +++ b/src/client/stdio.ts @@ -103,6 +103,7 @@ export class StdioClientTransport implements Transport { { env: this._serverParams.env ?? getDefaultEnvironment(), stdio: ["pipe", "pipe", "inherit"], + shell: false, signal: this._abortController.signal, }, );