Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
6 changes: 6 additions & 0 deletions third-party-licenses.windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down