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
Copy file name to clipboardExpand all lines: docs/how_to_pack_binary.md
+67-62Lines changed: 67 additions & 62 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,45 +1,50 @@
1
-
# How to pack and publish the GitHub MCP Server
1
+
# How To Pack Binary MCP Server
2
2
3
3
This guide walks you through manually packaging and publishing the official [GitHub MCP server](https://github.com/github/github-mcp-server) to UiPath Orchestrator. An [example GitHub Actions workflow](/.github/workflows/build-github-mcp-server.yml) is provided to automate these steps.
4
4
5
+
/// attention
6
+
To build binary MCP servers locally, your environment must match UiPath's serverless runtime architecture (Ubuntu 64-bit AMD64). If you're on a different operating system, we recommend using the GitHub Actions workflow described in the [Automating with GitHub Actions](#automating-with-github-actions) section below.
Copy file name to clipboardExpand all lines: docs/quick_start.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -154,11 +154,12 @@ Select tenant number: 0
154
154
Selected tenant: Tenant1
155
155
✓ Authentication successful.
156
156
```
157
-
# Run the MCP Server
157
+
158
+
## Run the MCP Server
158
159
159
160
There are two ways to run your coded MCP server:
160
161
161
-
## 1. Running Locally (On-Prem)
162
+
###1. Running Locally (On-Prem)
162
163
163
164
When running the server locally, JSON-RPC requests are tunneled from UiPath servers to your local server. During startup, the local server automatically registers itself with UiPath.
164
165
@@ -194,7 +195,7 @@ Registering server runtime ...
194
195
...
195
196
```
196
197
197
-
### Verifying the Server
198
+
####Verifying the Server
198
199
199
200
Once started successfully, your MCP server will appear in Orchestrator. Navigate to the MCP Servers tab in your configured folder:
200
201
@@ -226,19 +227,19 @@ Now we can connect to the server using any MCP client. See the [Connecting to th
226
227
Before running the MCP server, ensure that a serverless runtime (machine) is assigned to your folder in Orchestrator.
227
228
///
228
229
229
-
## 2. Running on UiPath Cloud Platform
230
+
###2. Running on UiPath Cloud Platform
230
231
231
232
To deploy your MCP server to UiPath Cloud Platform, follow these steps:
0 commit comments