We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e38ab5 commit 249d81eCopy full SHA for 249d81e
src/mcp/client/stdio/win32.py
@@ -78,7 +78,7 @@ async def __aexit__(
78
"""Terminate and wait on process exit inside a thread."""
79
self.popen.terminate()
80
await to_thread.run_sync(self.popen.wait)
81
-
+
82
# Close the file handles to prevent ResourceWarning
83
if self.stdin:
84
await self.stdin.aclose()
0 commit comments