We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dd7ee3 commit 7b2567aCopy full SHA for 7b2567a
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "uipath-mcp"
3
-version = "0.0.89"
+version = "0.0.90"
4
description = "UiPath MCP SDK"
5
readme = { file = "README.md", content-type = "text/markdown" }
6
requires-python = ">=3.10"
src/uipath_mcp/_cli/_runtime/_runtime.py
@@ -268,6 +268,7 @@ async def _register(self) -> None:
268
"Please set the UIPATH_FOLDER_KEY environment variable.",
269
UiPathErrorCategory.USER,
270
)
271
+ logger.info(f"Folder key: {folder_key}")
272
273
initialization_successful = False
274
tools_result = None
0 commit comments