FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Fix Windows subprocess NotImplementedError (STDIO clients) by theailanguage · Pull Request #596 · modelcontextprotocol/python-sdk · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
modelcontextprotocol
/
python-sdk
Public
Notifications
You must be signed in to change notification settings
Fork
3.8k
Star
24.1k
Code
Issues
207
Pull requests
185
Actions
Projects
Security and quality
6
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Fix Windows subprocess NotImplementedError (STDIO clients)
- #596
#596
Merged
felixweinberger
merged 14 commits into
modelcontextprotocol:main
modelcontextprotocol/python-sdk:main
from
theailanguage:fix/windows_stdio_subprocess
theailanguage/python-sdk:fix/windows_stdio_subprocess
Copy head branch name to clipboard
Jun 24, 2025
Conversation
Commits
14
(14)
Checks
Files changed
Merged
Fix Windows subprocess NotImplementedError (STDIO clients)
#596
felixweinberger
merged 14 commits into
modelcontextprotocol:main
modelcontextprotocol/python-sdk:main
from
theailanguage:fix/windows_stdio_subprocess
theailanguage/python-sdk:fix/windows_stdio_subprocess
Copy head branch name to clipboard
Commits
Commits on Jun 24, 2025
Fix Windows subprocess compatibility for STDIO mode with async streams
theailanguage
committed
9f5eecd
View commit details
Copy full SHA for 9f5eecd
Browse repository at this point
Fix: Windows stdio subprocess compatibility with type hints and fallback to subprocess.Popen
theailanguage
committed
306b28d
View commit details
Copy full SHA for 306b28d
Browse repository at this point
style(win32): fix import sorting and formatting issues
theailanguage
committed
2f26efd
View commit details
Copy full SHA for 2f26efd
Browse repository at this point
style(stdio): format imports and wrap long lines for ruff compliance
theailanguage
committed
5b98439
View commit details
Copy full SHA for 5b98439
Browse repository at this point
updated tests - ignored test_stdio_context_manager_exiting, test_stdio_client on windows due to tee command issues
theailanguage
committed
02b3d3c
View commit details
Copy full SHA for 02b3d3c
Browse repository at this point
Revert "updated tests - ignored test_stdio_context_manager_exiting, test_stdio_client on windows due to tee command issues"
Show description for a550b02
theailanguage
committed
a550b02
View commit details
Copy full SHA for a550b02
Browse repository at this point
fix: rebase on main and resolve merge conflicts in stdio subprocess logic
Show description for 5815e6c
theailanguage
committed
5815e6c
View commit details
Copy full SHA for 5815e6c
Browse repository at this point
Fix Windows compatibility for STDIO with async DummyProcess
theailanguage
committed
dddff2b
View commit details
Copy full SHA for dddff2b
Browse repository at this point
added 6a703a4 closing file handles in __aexit__ in DummyProcess - Fix ResourceWarning by properly closing file handles in DummyProcess
theailanguage
committed
9e38ab5
View commit details
Copy full SHA for 9e38ab5
Browse repository at this point
pre_commit run issues fixed
theailanguage
committed
249d81e
View commit details
Copy full SHA for 249d81e
Browse repository at this point
Removed -c to simulate a real file not found error instead of executing a bad inline script. This ensures the subprocess fails to launch, which better matches the test's intent.
theailanguage
committed
d5e46c6
View commit details
Copy full SHA for d5e46c6
Browse repository at this point
On Linux, terminating a process that has already exited raises ProcessLookupError. This can happen if the command failed to launch properly (as in this test case).
theailanguage
committed
0629a3f
View commit details
Copy full SHA for 0629a3f
Browse repository at this point
Revert README, stdio/__init__.py, and test_stdio.py to match upstream main
theailanguage
committed
c8eaeba
View commit details
Copy full SHA for c8eaeba
Browse repository at this point
emtpy commit to retrigger checks
theailanguage
committed
d9863c3
View commit details
Copy full SHA for d9863c3
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL