File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
src/uipath_mcp/_cli/_runtime Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " uipath-mcp"
3- version = " 0.0.61 "
3+ version = " 0.0.62 "
44description = " UiPath MCP SDK"
55readme = { file = " README.md" , content-type = " text/markdown" }
66requires-python = " >=3.10"
Original file line number Diff line number Diff line change @@ -98,8 +98,6 @@ async def stdin_writer():
9898 finally :
9999 # Clean up process to prevent any dangling orphaned processes
100100 try :
101- # Cancel the task group to stop readers/writers
102- tg .cancel_scope .cancel ()
103101 # Then terminate the process with escalating signals
104102 process .terminate ()
105103 try :
@@ -116,7 +114,5 @@ async def stdin_writer():
116114 except TimeoutError :
117115 # Force kill if it doesn't terminate
118116 process .kill ()
119- # Give the event loop a chance to clean up
120- await anyio .sleep (0.1 )
121117 except Exception :
122118 pass
You can’t perform that action at this time.
0 commit comments