Skip to content

Commit 7b2567a

Browse files
committed
Log folder key info
1 parent 1dd7ee3 commit 7b2567a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "uipath-mcp"
3-
version = "0.0.89"
3+
version = "0.0.90"
44
description = "UiPath MCP SDK"
55
readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.10"

src/uipath_mcp/_cli/_runtime/_runtime.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ async def _register(self) -> None:
268268
"Please set the UIPATH_FOLDER_KEY environment variable.",
269269
UiPathErrorCategory.USER,
270270
)
271+
logger.info(f"Folder key: {folder_key}")
271272

272273
initialization_successful = False
273274
tools_result = None

0 commit comments

Comments
 (0)