Uh oh!
There was an error while loading. Please reload this page.
Cline & Roo code installation guides - #2146
Conversation
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. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
leuasseurfarrelds247-arch
commented
Mar 5, 2026
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
mattdholloway
left a comment
There was a problem hiding this comment.
@almaleksia has tested it and is working - lgtm!
Uh oh!
There was an error while loading. Please reload this page.
* 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>
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