From c641f8c72d043242b30e4260a0b9993ad74a3503 Mon Sep 17 00:00:00 2001 From: tonytrg Date: Fri, 13 Jun 2025 15:46:08 +0200 Subject: [PATCH 1/3] point to remote config docs --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b0c6de69..fb53b846 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 + +Configuring the remote GitHub MCP Server differs from the local version, see: [Remote Server Documentation](../docs/remote-server.md). + --- ## Local GitHub MCP Server From 805bf1faa3d552a16eb90a6725481a6c78b23340 Mon Sep 17 00:00:00 2001 From: tonytrg Date: Fri, 13 Jun 2025 15:49:01 +0200 Subject: [PATCH 2/3] adding clarification and pointing to remote config --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb53b846..7ad5ba0b 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ For MCP Hosts that have been [configured to use the remote GitHub MCP Server](do ### Configuration -Configuring the remote GitHub MCP Server differs from the local version, see: [Remote Server Documentation](../docs/remote-server.md). +See [Remote Server Documentation](../docs/remote-server.md) on how to pass configuration settings to the remote GitHub MCP Server. --- From 802a1dbcfa57bc6e76e4c740f68d9eb759fa49ae Mon Sep 17 00:00:00 2001 From: Tony Truong Date: Fri, 13 Jun 2025 15:56:45 +0200 Subject: [PATCH 3/3] Update README.md Co-authored-by: John Wesley Walker III <81404201+jww3@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ad5ba0b..a8d5b255 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ For MCP Hosts that have been [configured to use the remote GitHub MCP Server](do ### Configuration -See [Remote Server Documentation](../docs/remote-server.md) on how to pass configuration settings to the remote GitHub MCP Server. +See [Remote Server Documentation](docs/remote-server.md) on how to pass configuration settings to the remote GitHub MCP Server. ---