Skip to content

Commit f5823cb

Browse files
authored
Add PATHEXT to default env vars in windows
The PATHEXT env var is required for the subprocess to be able to find many executable and other files
1 parent ef4e167 commit f5823cb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/mcp/client/stdio/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"HOMEPATH",
3333
"LOCALAPPDATA",
3434
"PATH",
35+
"PATHEXT",
3536
"PROCESSOR_ARCHITECTURE",
3637
"SYSTEMDRIVE",
3738
"SYSTEMROOT",

0 commit comments

Comments
 (0)