We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent babb477 commit 22e2b3aCopy full SHA for 22e2b3a
1 file changed
src/mcp/client/stdio/__init__.py
@@ -177,6 +177,7 @@ async def stdin_writer():
177
await terminate_windows_process(process)
178
else:
179
process.terminate()
180
+ tg.cancel_scope.cancel()
181
182
183
def _get_executable_command(command: str) -> str:
0 commit comments