From 990c191887e1537fedd6e7292141a4a459d89b54 Mon Sep 17 00:00:00 2001 From: Simon Taranto Date: Thu, 17 Apr 2025 15:05:40 -0400 Subject: [PATCH 1/2] Update README.md to explain Agent mode will start the server --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf0bcce3..5bdf87df 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The MCP server can use many of the GitHub APIs, so enable the permissions that y ### Usage with VS Code -For quick installation, use one of the one-click install buttons at the top of this README. +For quick installation, use one of the one-click install buttons at the top of this README. Once you complete that flow, toggle Agent mode and the server will start. For manual installation, add the following JSON block to your User Settings (JSON) file in VS Code. You can do this by pressing `Ctrl + Shift + P` and typing `Preferences: Open User Settings (JSON)`. From 734d8a17c4a29bdcb2167f037412a4ff3bcefea8 Mon Sep 17 00:00:00 2001 From: Simon Taranto Date: Thu, 17 Apr 2025 13:53:54 -0600 Subject: [PATCH 2/2] Update README.md Co-authored-by: Sam Morrow --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bdf87df..5977763b 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The MCP server can use many of the GitHub APIs, so enable the permissions that y ### Usage with VS Code -For quick installation, use one of the one-click install buttons at the top of this README. Once you complete that flow, toggle Agent mode and the server will start. +For quick installation, use one of the one-click install buttons at the top of this README. Once you complete that flow, toggle Agent mode (located by the Copilot Chat text input) and the server will start. For manual installation, add the following JSON block to your User Settings (JSON) file in VS Code. You can do this by pressing `Ctrl + Shift + P` and typing `Preferences: Open User Settings (JSON)`.