From 07cf8085506422c27f56faf8c1705cb80a5504bc Mon Sep 17 00:00:00 2001 From: Chiedo John <2156688+chiedo@users.noreply.github.com> Date: Fri, 4 Apr 2025 16:47:42 -0400 Subject: [PATCH] Make pre-requisites more scannable --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 56d16b607..9330723cc 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,11 @@ automation and interaction capabilities for developers and tools. ## Prerequisites -[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. +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). +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)). -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). -To run the server in a container, you will need to have [Docker](https://www.docker.com/) installed. ## Installation