Skip to content

Commit

Permalink
Merge pull request #55 from modelcontextprotocol/ani/no-dosbox-please
Browse files Browse the repository at this point in the history
Don't open a terminal window on Windows
  • Loading branch information
anaisbetts authored Nov 14, 2024
2 parents f6c986d + 8e2e917 commit e9efdba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/stdio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ export class StdioClientTransport implements Transport {
{
env: this._serverParams.env ?? getDefaultEnvironment(),
stdio: ["pipe", "pipe", "inherit"],
shell: false,
signal: this._abortController.signal,
},
);
Expand Down

0 comments on commit e9efdba

Please sign in to comment.