Skip to content

Commit c9d0757

Browse files
authored
Merge pull request #137 from UiPath/fix/docs
fix/docs
2 parents 00cda75 + eab6ab3 commit c9d0757

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/quick_start.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,13 +226,19 @@ Now we can connect to the server using any MCP client. See the [Connecting to th
226226

227227
/// Info
228228
This quickstart guide provides instructions for deploying the MCP Server in _My Workspace_ folder. Choosing this folder simplifies the configuration process, as you won’t need to manually handle the following:
229+
229230
- Serverless machine allocation
231+
230232
- Unattended robot permissions
233+
231234
- Process creation (processes are automatically provisioned when a package is published to `My Workspace`)
232235

233236
If you prefer to deploy the MCP Server in a different folder, additional steps will be required:
237+
234238
1. Create a process from the MCP Server package.
239+
235240
2. Ensure a [serverless runtime (machine)](https://docs.uipath.com/orchestrator/automation-cloud/latest/user-guide/executing-unattended-automations-with-serverless-robots) is assigned to the target folder in Orchestrator.
241+
236242
3. Confirm that a user with [unattended robot permissions](https://docs.uipath.com/robot/standalone/2024.10/admin-guide/unattended-automations) is assigned to the target folder.
237243
///
238244

@@ -289,7 +295,7 @@ After publishing, you can configure and manage your MCP server through the UiPat
289295

290296
2. In the configuration dialog:
291297
- Select `Coded` as the server type
292-
- Choose the Process you created earlier
298+
- Choose the `math-server` process
293299
- Click **Add** to deploy the server
294300

295301
<picture data-light="../quick_start_images/configure-mcp-light.png" data-dark="../quick_start_images/configure-mcp-dark.png">
@@ -320,7 +326,7 @@ You can connect to your MCP server using any MCP client. Here's what you'll need
320326
/>
321327
</picture>
322328

323-
2. **Authentication**: Use your [Personal Access Token (PAT)](#prerequisites) as an authorization header
329+
2. **Authentication**: Use your [Personal Access Token (PAT)](#prerequisites) with _Orchestrator API Access scopes_ as authorization header
324330
3. **Transport**: Configure the client to use HTTP Streamable transport
325331

326332
## Next Steps

0 commit comments

Comments
 (0)