From 5e80be805b62db0d2fbab85c4a4c387cffc7992c Mon Sep 17 00:00:00 2001 From: tonytrg Date: Fri, 13 Jun 2025 12:47:08 +0200 Subject: [PATCH 1/2] add clarification --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1521208..b0c6de69 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ The remote GitHub MCP Server is hosted by GitHub and provides the easiest method ### Usage with VS Code -For quick installation, use one of the one-click install buttons above. Once you complete that flow, toggle Agent mode (located by the Copilot Chat text input) and the server will start. Make sure you're using the [latest version of VS Code](https://code.visualstudio.com/updates/) for remote MCP and OAuth support. +For quick installation, use one of the one-click install buttons above. Once you complete that flow, toggle Agent mode (located by the Copilot Chat text input) and the server will start. Make sure you're using [VS Code 1.101](https://code.visualstudio.com/updates/v1_101) or [later](https://code.visualstudio.com/updates) for remote MCP and OAuth support. ### Usage in other MCP Hosts From 8562b1d6c364c60dbcb5524c363c36d3558199f7 Mon Sep 17 00:00:00 2001 From: Tony Truong Date: Fri, 13 Jun 2025 15:58:06 +0200 Subject: [PATCH 2/2] point to remote config docs (#513) * point to remote config docs * adding clarification and pointing to remote config * Update README.md Co-authored-by: John Wesley Walker III <81404201+jww3@users.noreply.github.com> --------- Co-authored-by: John Wesley Walker III <81404201+jww3@users.noreply.github.com> --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b0c6de69..a8d5b255 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,10 @@ For MCP Hosts that have been [configured to use the remote GitHub MCP Server](do > **Note:** The exact configuration format may vary by host. Refer to your host's documentation for the correct syntax and location for remote MCP server setup. +### Configuration + +See [Remote Server Documentation](docs/remote-server.md) on how to pass configuration settings to the remote GitHub MCP Server. + --- ## Local GitHub MCP Server