Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds new host-specific installation documentation to help users configure the GitHub MCP Server in the Cline and Roo Code VS Code extensions, addressing guidance gaps called out in #1036.
Changes:
- Added a Cline installation guide covering remote server and local Docker configuration.
- Added a Roo Code installation guide covering remote server and local Docker configuration.
- Updated the installation guides index to link to the new guides and include them in the support matrix.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| docs/installation-guides/install-roo-code.md | New Roo Code setup guide (remote + local Docker) with config examples. |
| docs/installation-guides/install-cline.md | New Cline setup guide (remote + local Docker) with config examples and troubleshooting. |
| docs/installation-guides/README.md | Adds Cline/Roo Code to the installation guide list and support table. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
mattdholloway
approved these changes
Mar 5, 2026
Contributor
mattdholloway
left a comment
There was a problem hiding this comment.
@almaleksia has tested it and is working - lgtm!
kristentr
added a commit
to kristentr/github-mcp-server
that referenced
this pull request
Mar 5, 2026
* Stricter matching for github.com and ghe.com URLs * Gracefully handle numeric parameters passed as strings (github#2130) * Gracefully handle numeric parameters passed as strings * Fix SHA validation in create_or_update_file (github#2134) * Fix SHA validation in create_or_update_file * Doc update * Handle non-404 errors * Handle directory paths * Update instructions * fix: handle empty files in get_file_contents (github#2042) 1. Empty (0-byte) files caused an unhandled error because the GitHub API returns null content with base64 encoding for them; GetContent() fails with "malformed response: base64 encoding of null content". Return empty text/plain content directly, bypassing decoding entirely. Co-authored-by: Ksenia Bobrova <almaleksia@github.com> * Cline & Roo code installation guides (github#2146) * Cline & Roo code installation guides * Update docs/installation-guides/install-cline.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Correctly wrap GraphQl error (github#2149) --------- Co-authored-by: Ksenia Bobrova <almaleksia@github.com> Co-authored-by: Jakub Janusz <32165716+kubajanusz@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Added installation guides for Cline and Roo Code. Verified instructions on Cline & Roo VS Code extensions.
Why
resolves #1036
What changed
MCP impact
Prompts tested (tool changes only)
Security / limits
Tool renaming
deprecated_tool_aliases.goNote: if you're renaming tools, you must add the tool aliases. For more information on how to do so, please refer to the official docs.
Lint & tests
./script/lint./script/testDocs