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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -446,6 +446,10 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
446
446
-`prNumber`: Pull request number (string, required)
447
447
-`path`: File or directory path (string, optional)
448
448
449
+
## Library Usage
450
+
451
+
The exported Go API of this module should currently be considered unstable, and subject to breaking changes. In the future, we may offer stability; please file an issue if there is a use case where this would be valuable.
452
+
449
453
## License
450
454
451
455
This project is licensed under the terms of the MIT open source license. Please refer to [MIT](./LICENSE) for the full terms.
rootCmd.PersistentFlags().Bool("enable-command-logging", false, "When enabled, the server will log all command requests and responses to the log file")
71
67
rootCmd.PersistentFlags().Bool("export-translations", false, "Save translations to a JSON file")
72
68
rootCmd.PersistentFlags().String("gh-host", "", "Specify the GitHub hostname (for GitHub Enterprise etc.)")
0 commit comments