File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
src/uipath_mcp/_cli/_runtime Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " uipath-mcp"
3- version = " 0.0.56 "
3+ version = " 0.0.57 "
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 @@ -276,7 +276,9 @@ async def _register(self) -> None:
276276 stderr_temp .seek (0 )
277277 server_stderr_output = stderr_temp .read ().decode ('utf-8' , errors = 'replace' )
278278 # We'll handle this after exiting the context managers
279-
279+ logger .info ("Exiting client session context" )
280+ logger .info ("Exiting stdio client context" )
281+ logger .info ("Exiting temporary file context" )
280282 # We don't continue with registration here - we'll do it after the context managers
281283
282284 except BaseException as e :
You can’t perform that action at this time.
0 commit comments