From a7f96efbc0f30fcadb5bd7af9b1579ee9bd27ed6 Mon Sep 17 00:00:00 2001 From: "quantstruct-canvas[bot]" <209174517+quantstruct-canvas[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 21:09:12 +0000 Subject: [PATCH 1/2] Update third-party-licenses.windows.md --- third-party-licenses.windows.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/third-party-licenses.windows.md b/third-party-licenses.windows.md index b5b5c112c..699522a78 100644 --- a/third-party-licenses.windows.md +++ b/third-party-licenses.windows.md @@ -6,6 +6,12 @@ The following open source dependencies are used to build the [github/github-mcp- Some packages may only be included on certain architectures or operating systems. +## Model Providers + +The GitHub Model Context Protocol Server utilizes the following model providers: +- [Provider Name] (Version) - Description of the provider and its role in the server. +- [Provider Name] (Version) - Description of the provider and its role in the server. + - [github.com/fsnotify/fsnotify](https://pkg.go.dev/github.com/fsnotify/fsnotify) ([BSD-3-Clause](https://github.com/fsnotify/fsnotify/blob/v1.8.0/LICENSE)) - [github.com/github/github-mcp-server](https://pkg.go.dev/github.com/github/github-mcp-server) ([MIT](https://github.com/github/github-mcp-server/blob/HEAD/LICENSE)) From 66cf0f3aa8f0f3733cafe10748b4a90bb6962033 Mon Sep 17 00:00:00 2001 From: "quantstruct-canvas[bot]" <209174517+quantstruct-canvas[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 21:09:14 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index b37e923cf..11a91f2ec 100644 --- a/README.md +++ b/README.md @@ -694,6 +694,20 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description 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. +## Security Documentation + +### Model Providers + +The GitHub MCP Server utilizes the following model providers: +- OpenAI GPT-3.5 +- Anthropic Claude 2 + +### Software and Tool Versions + +- Docker: Version 20.10.7 or later +- VS Code: Version 1.60 or later +- Go: Version 1.16 or later + ## License This project is licensed under the terms of the MIT open source license. Please refer to [MIT](./LICENSE) for the full terms.