Skip to content

Commit e9efdba

Browse files
authored
Merge pull request #55 from modelcontextprotocol/ani/no-dosbox-please
Don't open a terminal window on Windows
2 parents f6c986d + 8e2e917 commit e9efdba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/client/stdio.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ export class StdioClientTransport implements Transport {
103103
{
104104
env: this._serverParams.env ?? getDefaultEnvironment(),
105105
stdio: ["pipe", "pipe", "inherit"],
106+
shell: false,
106107
signal: this._abortController.signal,
107108
},
108109
);

0 commit comments

Comments
 (0)