Skip to content

Commit 62766f8

Browse files
remove extraneous process.wait()
1 parent e27f89b commit 62766f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mcp/client/stdio/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@ async def stdin_writer():
201201
except TimeoutError:
202202
# Process didn't respond to SIGTERM, force kill it
203203
process.kill()
204-
await process.wait()
205204
except ProcessLookupError:
206205
# Process already exited, which is fine
207206
pass

0 commit comments

Comments
 (0)