Skip to content

Commit c3ce758

Browse files
committed
chore: do not log tools on local run
1 parent afcf400 commit c3ce758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uipath_mcp/_cli/_runtime/_runtime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ async def _register(self) -> None:
399399

400400
# Only proceed if initialization was successful
401401
tools_result = await session.list_tools()
402-
logger.info(tools_result)
402+
# logger.info(tools_result)
403403
except asyncio.TimeoutError:
404404
logger.error("Initialization timed out")
405405
# Capture stderr output here, after the timeout

0 commit comments

Comments
 (0)