| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Merging, rename for `DummyProcess` -> `FallbackProcess` coming in #1015
More descriptive name that better reflects its purpose as a fallback implementation for Windows subprocess handling when asyncio support is unavailable.
There was a problem hiding this comment.
Thank you!
Sorry, something went wrong.
Merging, rename for `DummyProcess` -> `FallbackProcess` coming in modelcontextprotocol/python-sdk#1015
| Back | FazBrowse Home | New Git URL |
Summary
Context
This builds on #596 which fixes Windows subprocess compatibility. The rename was requested to better communicate that this is a fallback mechanism used when the standard async subprocess support is unavailable on Windows.
Test plan