|
1 | 1 | # How To Pack Binary |
2 | 2 |
|
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. |
| 3 | +This guide explains how to manually package and publish the official [GitHub MCP server](https://github.com/github/github-mcp-server) to UiPath Orchestrator. For automation, see the [example GitHub Actions workflow](/.github/workflows/build-github-mcp-server.yml). |
4 | 4 |
|
5 | 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. |
| 6 | +To build binary MCP servers locally, your environment must match UiPath's serverless runtime architecture (Ubuntu 64-bit AMD64). On other operating systems, use the GitHub Actions workflow described in the [Automating with GitHub Actions](#automating-with-github-actions) section below. |
7 | 7 | /// |
8 | 8 |
|
9 | 9 | ## Prerequisites |
10 | 10 |
|
11 | | -- UiPath Cloud account |
12 | | -- UiPath PAT (personal access token) |
| 11 | +- UiPath Automation Cloud account |
| 12 | +- UiPath personal access token |
13 | 13 | - `go` (version 1.21+) |
14 | 14 | - `python` (version 3.11+) |
15 | 15 | - `uv` package manager (`pip install uv`) |
@@ -142,9 +142,9 @@ Authors : John Doe |
142 | 142 |
|
143 | 143 | To automate this process: |
144 | 144 |
|
145 | | -1. Copy the [example workflow](https://github.com/UiPath/uipath-mcp-python/blob/main/.github/workflows/build-github-mcp-server.yml) to `.github/workflows/` in your repository |
146 | | -2. Go to GitHub Actions tab and run the workflow |
147 | | -3. Provide the version when prompted |
148 | | -4. Download the artifact after completion |
| 145 | +1. Copy the [example workflow](https://github.com/UiPath/uipath-mcp-python/blob/main/.github/workflows/build-github-mcp-server.yml) to `.github/workflows/` in your repository. |
| 146 | +2. Go to **GitHub Actions** tab and run the workflow. |
| 147 | +3. Provide the version when prompted. |
| 148 | +4. Download the artifact after completion. |
149 | 149 |
|
150 | 150 | The workflow handles all the manual steps automatically, including the crucial modification of `uipath.json` to include the executable in the package. |
0 commit comments