You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -46,15 +58,15 @@ This command opens a browser for authentication and creates/updates your `.env`
46
58
### Initialize a Project
47
59
48
60
```bash
49
-
uipath init [ENTRYPOINT]
61
+
uipath init [SERVER]
50
62
```
51
63
52
-
Creates a `uipath.json` configuration file for your project. If the entrypoint is not provided, it will try to find a single Python file in the current directory.
64
+
Creates a `uipath.json` configuration file for your project. If [SERVER]is not provided, it will create an entrypoint for each MCP server defined in the `mcp.json` file.
53
65
54
66
### Debug a Project
55
67
56
68
```bash
57
-
uipath run ENTRYPOINT [INPUT]
69
+
uipath run [SERVER]
58
70
```
59
71
60
72
Starts the local MCP Server
@@ -89,6 +101,7 @@ Publishes the most recently created package to your UiPath Orchestrator.
89
101
90
102
To properly use the CLI for packaging and publishing, your project should include:
91
103
- A `pyproject.toml` file with project metadata
104
+
- A `mcp.json` file with servers metadata
92
105
- A `uipath.json` file (generated by `uipath init`)
0 commit comments