We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b429183 commit 83266daCopy full SHA for 83266da
1 file changed
packages/uipath/src/uipath/_cli/cli_run.py
@@ -53,7 +53,8 @@ def _show_run_usage_help(entrypoints: list[str]) -> None:
53
lines.append(
54
"No entrypoints found. "
55
"Add a 'functions' or 'agents' section to your config file "
56
- "(e.g. uipath.json, langgraph.json)."
+ "(e.g. uipath.json, langgraph.json) "
57
+ "or MCP slugs to mcp.json."
58
)
59
60
0 commit comments