diff --git a/pyproject.toml b/pyproject.toml index 6dd948c..694ceaf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "uipath-mcp" -version = "0.0.89" +version = "0.0.90" description = "UiPath MCP SDK" readme = { file = "README.md", content-type = "text/markdown" } requires-python = ">=3.10" diff --git a/src/uipath_mcp/_cli/_runtime/_runtime.py b/src/uipath_mcp/_cli/_runtime/_runtime.py index 4705c78..c61f963 100644 --- a/src/uipath_mcp/_cli/_runtime/_runtime.py +++ b/src/uipath_mcp/_cli/_runtime/_runtime.py @@ -268,6 +268,7 @@ async def _register(self) -> None: "Please set the UIPATH_FOLDER_KEY environment variable.", UiPathErrorCategory.USER, ) + logger.info(f"Folder key: {folder_key}") initialization_successful = False tools_result = None