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
chore: update repository references to github/github-mcp-server
- Replace all occurrences of `SchulteDev/github_github-mcp-server` with `github/github-mcp-server`
- Update import paths, documentation, and build configurations for new repository location
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ automation and interaction capabilities for developers and tools.
16
16
17
17
[](https://insiders.vscode.dev/redirect/mcp/install?name=github&config=%7B%22type%22%3A%20%22http%22%2C%22url%22%3A%20%22https%3A%2F%2Fapi.githubcopilot.com%2Fmcp%2F%22%7D)[](https://insiders.vscode.dev/redirect/mcp/install?name=github&config=%7B%22type%22%3A%20%22http%22%2C%22url%22%3A%20%22https%3A%2F%2Fapi.githubcopilot.com%2Fmcp%2F%22%7D&quality=insiders)
18
18
19
-
The remote GitHub MCP Server is hosted by GitHub and provides the easiest method for getting up and running. If your MCP host does not support remote MCP servers, don't worry! You can use the [local version of the GitHub MCP Server](https://github.com/SchulteDev/github_github-mcp-server?tab=readme-ov-file#local-github-mcp-server) instead.
19
+
The remote GitHub MCP Server is hosted by GitHub and provides the easiest method for getting up and running. If your MCP host does not support remote MCP servers, don't worry! You can use the [local version of the GitHub MCP Server](https://github.com/github/github-mcp-server?tab=readme-ov-file#local-github-mcp-server) instead.
20
20
21
21
## Prerequisites
22
22
@@ -241,7 +241,7 @@ If you don't have Docker, you have several options:
241
241
You can run the server directly from source using `go run`:
242
242
243
243
```bash
244
-
GITHUB_PERSONAL_ACCESS_TOKEN=<your-token> go run github.com/SchulteDev/github_github-mcp-server@latest stdio
244
+
GITHUB_PERSONAL_ACCESS_TOKEN=<your-token> go run github.com/github/github-mcp-server@latest stdio
245
245
```
246
246
247
247
Or configure your MCP host to use `go run`:
@@ -252,7 +252,7 @@ Or configure your MCP host to use `go run`:
0 commit comments