File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 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]
5656Creating virtual environment at: .venv
5757Activate 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
225226Before 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
File renamed without changes.
You can’t perform that action at this time.
0 commit comments