From aa454b1583b861668fe1c82ae14a3ff10a94b1eb Mon Sep 17 00:00:00 2001 From: Toby Padilla Date: Tue, 1 Apr 2025 13:58:51 -0600 Subject: [PATCH 1/2] docs: add license section to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index acea0dee..63d6861c 100644 --- a/README.md +++ b/README.md @@ -386,3 +386,7 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description - `repo`: Repository name (string, required) - `pr_number`: Pull request number (string, required) - `path`: File or directory path (string, optional) + +## License + +This project is licensed under the terms of the MIT open source license. Please refer to [MIT](./LICENSE) for the full terms. From a4081201da11a3b58e6c0e34bc2ce04a56ab7b24 Mon Sep 17 00:00:00 2001 From: Toby Padilla Date: Tue, 1 Apr 2025 15:34:37 -0600 Subject: [PATCH 2/2] docs: update vs code install badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63d6861c..f5937482 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ To run the server in a container, you will need to have [Docker](https://www.doc Install the GitHub MCP server into VS Code by clicking here: -[Install in VS Code Insiders](https://insiders.vscode.dev/redirect?url=vscode-insiders%3Amcp%2Finstall%3F%25%7B%22name%22%3A%22github%22%2C%22command%22%3A%22docker%22%2C%22args%22%3A%5B%22run%22%2C%20%22-i%22%2C%20%22--rm%22%2C%20%22-e%22%2C%20%22GITHUB_PERSONAL_ACCESS_TOKEN%22%2C%20%22ghcr.io%2Fgithub%2Fgithub-mcp-server%3Amain%22%5D%2C%20%22env%22%3A%20%7B%22GITHUB_PERSONAL_ACCESS_TOKEN%22%3A%20%22%24%7Binput%3Agithub-pat%7D%22%7D%2C%20%22inputs%22%3A%20%5B%7B%20%22id%22%3A%20%22github-pat%22%2C%20%22type%22%3A%20%22promptString%22%2C%20%22description%22%3A%20%22Github%20Personal%20Access%20Token%22%2C%20%22password%22%3A%20true%7D%5D%7D) +[Install in VS Code](https://vscode.dev/redirect?url=vscode%3Amcp%2Finstall%3F%25%7B%22name%22%3A%22github%22%2C%22command%22%3A%22docker%22%2C%22args%22%3A%5B%22run%22%2C%20%22-i%22%2C%20%22--rm%22%2C%20%22-e%22%2C%20%22GITHUB_PERSONAL_ACCESS_TOKEN%22%2C%20%22ghcr.io%2Fgithub%2Fgithub-mcp-server%3Amain%22%5D%2C%20%22env%22%3A%20%7B%22GITHUB_PERSONAL_ACCESS_TOKEN%22%3A%20%22%24%7Binput%3Agithub-pat%7D%22%7D%2C%20%22inputs%22%3A%20%5B%7B%20%22id%22%3A%20%22github-pat%22%2C%20%22type%22%3A%20%22promptString%22%2C%20%22description%22%3A%20%22Github%20Personal%20Access%20Token%22%2C%20%22password%22%3A%20true%7D%5D%7D) Or run this command in your terminal: