8000 Make pre-requisites more scannable (#107) · github/github-mcp-server@1a6e33e · GitHub
[go: up one dir, main page]

Skip to content

Commit 1a6e33e

Browse files
authored
Make pre-requisites more scannable (#107)
1 parent 17e4bd4 commit 1a6e33e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,11 @@ automation and interaction capabilities for developers and tools.
1414

1515
## Prerequisites
1616

17-
[Create a GitHub Personal Access Token](https://github.com/settings/personal-access-tokens/new).
18-
The MCP server can use many of the GitHub APIs, so enable the permissions that you feel comfortable granting your AI tools.
17+
1. To run the server in a container, you will need to have [Docker](https://www.docker.com/) installed.
18+
2. [Create a GitHub Personal Access Token](https://github.com/settings/personal-access-tokens/new).
19+
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)).
1920

20-
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).
2121

22-
To run the server in a container, you will need to have [Docker](https://www.docker.com/) installed.
2322

2423
## Installation
2524

0 commit comments

Comments
 (0)
0