You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -14,12 +14,11 @@ automation and interaction capabilities for developers and tools.
14
14
15
15
##Prerequisites
16
16
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)).
19
20
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).
21
21
22
-
To run the server in a container, you will need to have[Docker](https://www.docker.com/) installed.