Skip to content

Commit 338b82d

Browse files
committed
dev version
1 parent fcf21ad commit 338b82d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/uipath_mcp/_cli/_runtime/_context.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ def from_config(cls, config_path=None):
3131
if os.path.exists(path):
3232
with open(path, "r") as f:
3333
config = json.load(f)
34-
34+
print("CONFIG:")
35+
print(json.dumps(config, indent=2))
3536
if "fpsContext" in config:
3637
fps_context = config["fpsContext"]
3738
mcp_instance.server_id = fps_context.get("Id")

0 commit comments

Comments
 (0)