From 9b1d97bfad3e1b06feaa227584810e58bbd07e25 Mon Sep 17 00:00:00 2001 From: Chiedo John <2156688+chiedo@users.noreply.github.com> Date: Thu, 10 Apr 2025 08:53:24 -0400 Subject: [PATCH] Assume less --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b78be380..3ca44428 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ automation and interaction capabilities for developers and tools. ## Prerequisites 1. To run the server in a container, you will need to have [Docker](https://www.docker.com/) installed. -2. [Create a GitHub Personal Access Token](https://github.com/settings/personal-access-tokens/new). +2. Once Docker is installed, you will also need to ensure Docker is running. +3. Lastly you will need to [Create a GitHub Personal Access Token](https://github.com/settings/personal-access-tokens/new). The MCP server can use many of the GitHub APIs, so enable the permissions that you feel comfortable granting your AI tools (to learn more about access tokens, please check out the [documentation](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens)).