Skip to content

Commit bf38449

Browse files
authored
Merge pull request #129 from UiPath/chore/quickstart
fix: docs fixes
2 parents 68d95a6 + 2678bab commit bf38449

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/quick_start.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Quickstart Guide: UiPath LangChain Agents
1+
# Quickstart Guide: UiPath Coded MCP Servers
22

33
## Introduction
44

@@ -47,12 +47,12 @@ We recommend using `uv` for package management. To create a new project:
4747

4848
```shell
4949
# Initialize a new uv project in the current directory
50-
> uv init . --python 3.10
50+
> uv init . --python 3.11
5151

5252
# Create a new virtual environment
5353
# By default, uv creates a virtual environment in a directory called .venv
5454
> uv venv
55-
Using CPython 3.10.16 interpreter at: [PATH]
55+
Using CPython 3.11.16 interpreter at: [PATH]
5656
Creating virtual environment at: .venv
5757
Activate with: source .venv/bin/activate
5858

@@ -119,6 +119,7 @@ This command creates the following files:
119119

120120
/// warning
121121
_uipath new_ command will delete all previous `.py` files in the current directory.
122+
///
122123

123124
## Initialize Project
124125

@@ -223,6 +224,7 @@ Now we can connect to the server using any MCP client. See the [Connecting to th
223224

224225
/// warning
225226
Before running the MCP server, ensure that a serverless runtime (machine) is assigned to your folder in Orchestrator.
227+
///
226228

227229
## 2. Running on UiPath Cloud Platform
228230

0 commit comments

Comments
 (0)