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: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
Hi there! We're thrilled that you'd like to contribute to this project. Your help is essential for keeping it great.
8
8
9
-
Contributions to this project are [released](https://help.github.com/articles/github-terms-of-service/#6-contributions-under-repository-license) to the public under the [project's open source license](LICENSE.txt).
9
+
Contributions to this project are [released](https://help.github.com/articles/github-terms-of-service/#6-contributions-under-repository-license) to the public under the [project's open source license](LICENSE).
10
10
11
11
Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
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.
rootCmd.PersistentFlags().Bool("enable-command-logging", false, "When enabled, the server will log all command requests and responses to the log file")
61
71
rootCmd.PersistentFlags().Bool("export-translations", false, "Save translations to a JSON file")
62
72
rootCmd.PersistentFlags().String("gh-host", "", "Specify the GitHub hostname (for GitHub Enterprise etc.)")
0 commit comments