File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/uipath_mcp/_cli/_runtime Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " uipath-mcp"
3- version = " 0.0.46 "
3+ version = " 0.0.47 "
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 @@ -117,7 +117,7 @@ async def execute(self) -> Optional[UiPathRuntimeResult]:
117117 if len (session_outputs ) == 1 :
118118 # If there's only one session, use a single "output" key
119119 first_session_id = next (iter (session_outputs ))
120- output_result ["output " ] = session_outputs [first_session_id ]
120+ output_result ["content " ] = session_outputs [first_session_id ]
121121 elif session_outputs :
122122 # If there are multiple sessions, use the sessionId as the key
123123 output_result = session_outputs
You can’t perform that action at this time.
0 commit comments