diff --git a/src/uipath_mcp/_cli/_runtime/_runtime.py b/src/uipath_mcp/_cli/_runtime/_runtime.py index ae17d16..f49394d 100644 --- a/src/uipath_mcp/_cli/_runtime/_runtime.py +++ b/src/uipath_mcp/_cli/_runtime/_runtime.py @@ -573,6 +573,7 @@ async def _on_runtime_abort(self) -> None: response = await self._uipath.api_client.request_async( "POST", f"agenthub_/mcp/{self.slug}/runtime/abort?runtimeId={self._runtime_id}", + headers={"X-UIPATH-FolderKey": self.context.folder_key}, ) if response.status_code == 202: logger.info(