Skip to content

Cline & Roo code installation guides#2146

Merged
almaleksia merged 4 commits intomainfrom
almaleksia/cline-roo-code-installation-guides
Mar 5, 2026
Merged

Cline & Roo code installation guides#2146
almaleksia merged 4 commits intomainfrom
almaleksia/cline-roo-code-installation-guides

Conversation

@almaleksia
Copy link
Contributor

Summary

Added installation guides for Cline and Roo Code. Verified instructions on Cline & Roo VS Code extensions.

Why

resolves #1036

What changed

MCP impact

  • No tool or API changes
  • Tool schema or behavior changed
  • New tool added

Prompts tested (tool changes only)

Security / limits

  • No security or limits impact
  • Auth / permissions considered
  • Data exposure, filtering, or token/size limits considered

Tool renaming

  • I am renaming tools as part of this PR (e.g. a part of a consolidation effort)
    • I have added the new tool aliases in deprecated_tool_aliases.go
  • I am not renaming tools as part of this PR

Note: 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

  • Linted locally with ./script/lint
  • Tested locally with ./script/test

Docs

  • Not needed
  • Updated (README / docs / examples)

@almaleksia almaleksia requested a review from a team as a code owner March 5, 2026 10:02
Copilot AI review requested due to automatic review settings March 5, 2026 10:02
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@leuasseurfarrelds247-arch

Copy link

@leuasseurfarrelds247-arch leuasseurfarrelds247-arch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • [ ]

almaleksia and others added 2 commits March 5, 2026 11:43
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copy link
Contributor

@mattdholloway mattdholloway left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@almaleksia has tested it and is working - lgtm!

@almaleksia almaleksia merged commit c36d792 into main Mar 5, 2026
15 checks passed
@almaleksia almaleksia deleted the almaleksia/cline-roo-code-installation-guides branch March 5, 2026 10:56
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update remote MCP server Cline/Roo/Kilo compatible config

4 participants