From 495c0cb428815a63f8c6585625b60a2080973598 Mon Sep 17 00:00:00 2001 From: Simon Taranto Date: Thu, 17 Apr 2025 14:09:38 -0600 Subject: [PATCH] chore: Update README.md to explain Agent mode will start the server (#305) * Update README.md to explain Agent mode will start the server * Update README.md Co-authored-by: Sam Morrow --------- Co-authored-by: Sam Morrow --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf0bcce37..5977763b9 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 (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)`.