From c5c8c2b75acfa80565030fe278f6167b6f75c82f Mon Sep 17 00:00:00 2001 From: User Date: Fri, 20 Jun 2025 08:12:16 -0500 Subject: [PATCH 1/2] docs: Add GitHub Copilot authentication requirement to README - Add prerequisite note about GitHub Copilot authentication requirement - Clarify that remote server requires Copilot subscription and authentication - Addresses confusion mentioned in issue #555 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 14596650..1f07b83e 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ The remote GitHub MCP Server is hosted by GitHub and provides the easiest method ## Prerequisites 1. An MCP host that supports the latest MCP specification and remote servers, such as [VS Code](https://code.visualstudio.com/). +2. **GitHub Copilot authentication**: The remote GitHub MCP Server is hosted at `api.githubcopilot.com` and requires GitHub Copilot authentication. Ensure you have a GitHub Copilot subscription and are properly authenticated. ## Installation From 1a1392c6294c95847520342274b57a0df978b09b Mon Sep 17 00:00:00 2001 From: User Date: Fri, 20 Jun 2025 08:15:10 -0500 Subject: [PATCH 2/2] formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f07b83e..f4988096 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The remote GitHub MCP Server is hosted by GitHub and provides the easiest method ## Prerequisites -1. An MCP host that supports the latest MCP specification and remote servers, such as [VS Code](https://code.visualstudio.com/). +1. An **MCP host** that supports the latest MCP specification and remote servers, such as [VS Code](https://code.visualstudio.com/). 2. **GitHub Copilot authentication**: The remote GitHub MCP Server is hosted at `api.githubcopilot.com` and requires GitHub Copilot authentication. Ensure you have a GitHub Copilot subscription and are properly authenticated. ## Installation