Skip to content

Commit 83266da

Browse files
committed
refact: improve error help message
1 parent b429183 commit 83266da

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/uipath/src/uipath/_cli/cli_run.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ def _show_run_usage_help(entrypoints: list[str]) -> None:
5353
lines.append(
5454
"No entrypoints found. "
5555
"Add a 'functions' or 'agents' section to your config file "
56-
"(e.g. uipath.json, langgraph.json)."
56+
"(e.g. uipath.json, langgraph.json) "
57+
"or MCP slugs to mcp.json."
5758
)
5859

5960
lines.append(

0 commit comments

Comments
 (0)