We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5767328 + 1329fe1 commit 0e855b9Copy full SHA for 0e855b9
src/uipath_mcp/_cli/_runtime/_runtime.py
@@ -573,6 +573,7 @@ async def _on_runtime_abort(self) -> None:
573
response = await self._uipath.api_client.request_async(
574
"POST",
575
f"agenthub_/mcp/{self.slug}/runtime/abort?runtimeId={self._runtime_id}",
576
+ headers={"X-UIPATH-FolderKey": self.context.folder_key},
577
)
578
if response.status_code == 202:
579
logger.info(
0 commit comments