Skip to content

Commit baca620

Browse files
authored
Add ghe.com to readme
Document support for GitHub Enterprise Cloud with data residency (ghe.com) in the readme.
1 parent 023f59d commit baca620

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -219,11 +219,11 @@ docker run -i --rm \
219219
ghcr.io/github/github-mcp-server
220220
```
221221

222-
## GitHub Enterprise Server
222+
## GitHub Enterprise Server and Enterprise Cloud with data residency (ghe.com)
223223

224224
The flag `--gh-host` and the environment variable `GITHUB_HOST` can be used to set
225-
the GitHub Enterprise Server hostname.
226-
Prefix the hostname with the `https://` URI scheme, as it otherwise defaults to `http://` which GitHub Enterprise Server does not support.
225+
the GitHub Enterprise Server or GitHub Enterprise Cloud with data residency hostname.
226+
Prefix the hostname with the `https://` URI scheme, as it otherwise defaults to `http://` which GitHub Enterprise Server does not support. For GitHub Enterprise Cloud with data residency use `https://YOURSUBDOMAIN.ghe.com` as the hostname.
227227

228228
``` json
229229
"github": {
@@ -240,7 +240,7 @@ Prefix the hostname with the `https://` URI scheme, as it otherwise defaults to
240240
],
241241
"env": {
242242
"GITHUB_PERSONAL_ACCESS_TOKEN": "${input:github_token}",
243-
"GITHUB_HOST": "https://<your GHES domain name>"
243+
"GITHUB_HOST": "https://<your GHES or ghe.com domain name>"
244244
}
245245
}
246246
```

0 commit comments

Comments
 (0)