Skip to content

Commit 1791217

Browse files
authored
Small docs improvements: Update how_to_pack_binary.md
* Automation Cloud * reduce wordiness * direct speech. tell them what to do; only recommend stuff when you present multiple options
1 parent e7c5211 commit 1791217

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/how_to_pack_binary.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# How To Pack Binary
22

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).
44

55
/// 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.
77
///
88

99
## Prerequisites
1010

11-
- UiPath Cloud account
12-
- UiPath PAT (personal access token)
11+
- UiPath Automation Cloud account
12+
- UiPath personal access token
1313
- `go` (version 1.21+)
1414
- `python` (version 3.11+)
1515
- `uv` package manager (`pip install uv`)
@@ -142,9 +142,9 @@ Authors : John Doe
142142

143143
To automate this process:
144144

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.
149149

150150
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

Comments
 (0)