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