From e5e727f40a6e3cf656124fa6c11f8fb5f705abb1 Mon Sep 17 00:00:00 2001 From: Dan Barr <6922515+danbarr@users.noreply.github.com> Date: Mon, 1 Jun 2026 11:27:31 -0400 Subject: [PATCH] Mark Roo Code client integration as deprecated The Roo Code VS Code extension was discontinued on May 15, 2026 and its repository archived, with the upstream team pointing users to Cline. Reflect this in the docs so they stop signaling the client is supported. - Flag Roo Code as deprecated in the client compatibility table and add a warning to the Roo Code section recommending Cline - Drop the roo-code (and cline) entries from the CLI registration examples in favor of codex and antigravity - Remove Roo Code from the enterprise supported-clients list Companion to stacklok/toolhive#5415 (part of stacklok/toolhive#5017). Co-Authored-By: Claude Opus 4.8 (1M context) --- docs/toolhive/enterprise.mdx | 5 ++--- .../toolhive/guides-cli/client-configuration.mdx | 4 ++-- docs/toolhive/reference/client-compatibility.mdx | 16 +++++++++++++++- 3 files changed, 19 insertions(+), 6 deletions(-) diff --git a/docs/toolhive/enterprise.mdx b/docs/toolhive/enterprise.mdx index dca51edc..0f578655 100644 --- a/docs/toolhive/enterprise.mdx +++ b/docs/toolhive/enterprise.mdx @@ -278,9 +278,8 @@ audit logging for teams running MCP at scale across their organization. Stacklok Enterprise works with any AI coding assistant or agent that supports MCP. This includes Claude Code, GitHub Copilot, Cursor, Windsurf, VS Code, Zed, -Cline, Continue, Roo Code, Goose, LM Studio, OpenAI Codex, and many more. Most -clients support automatic configuration so developers can connect without manual -setup. +Cline, Continue, Goose, LM Studio, OpenAI Codex, and many more. Most clients +support automatic configuration so developers can connect without manual setup. [See the full client compatibility reference](./reference/client-compatibility.mdx) for the complete list. diff --git a/docs/toolhive/guides-cli/client-configuration.mdx b/docs/toolhive/guides-cli/client-configuration.mdx index 8f94605b..427db24f 100644 --- a/docs/toolhive/guides-cli/client-configuration.mdx +++ b/docs/toolhive/guides-cli/client-configuration.mdx @@ -56,9 +56,9 @@ Replace `` with the name of your client. Common client names include: - `claude-code` - Claude Code CLI +- `codex` - OpenAI Codex - `cursor` - Cursor IDE -- `roo-code` - Roo Code extension for Visual Studio Code -- `cline` - Cline extension for Visual Studio Code +- `antigravity` - Google Antigravity IDE - `vscode` - Visual Studio Code (GitHub Copilot) - `vscode-insider` - VS Code Insiders edition diff --git a/docs/toolhive/reference/client-compatibility.mdx b/docs/toolhive/reference/client-compatibility.mdx index 79dfe24e..a91196f6 100644 --- a/docs/toolhive/reference/client-compatibility.mdx +++ b/docs/toolhive/reference/client-compatibility.mdx @@ -31,7 +31,7 @@ We've tested ToolHive with these clients: | Mistral Vibe | ✅ | ✅ | ✅ | | | OpenAI Codex | ✅ | ✅ | ✅ | | | OpenCode | ✅ | ✅ | ✅ | | -| Roo Code (VS Code) | ✅ | ✅ | ✅ | v3.19.2+ | +| Roo Code (VS Code) | ✅ | ✅ | ✅ | Deprecated ([see note][6]) | | Sourcegraph Amp CLI | ✅ | ✅ | ✅ | | | Sourcegraph Amp (VS Code) | ✅ | ✅ | ❌ | | | Sourcegraph Amp (Cursor) | ✅ | ✅ | ❌ | | @@ -49,6 +49,7 @@ We've tested ToolHive with these clients: [3]: #vs-code-with-copilot [4]: #stdio-only-client-configuration [5]: #chatgpt-desktop-configuration +[6]: #roo-code-and-cline The minimum versions listed are the earliest versions that support the Streamable HTTP transport protocol. @@ -211,6 +212,19 @@ claude mcp add --scope --transport http fetch http://localhost:43 ### Roo Code and Cline +:::warning[Roo Code is deprecated] + +The Roo Code VS Code extension was discontinued on May 15, 2026 and its +repository archived. ToolHive support for the `roo-code` client is deprecated +and will be removed in a future release. The Roo Code team recommends migrating +to [Cline](https://cline.bot/), which ToolHive also supports: + +```bash +thv client register cline +``` + +::: + [Roo Code](https://roocode.com/) (previously Roo Cline) and [Cline](https://cline.bot/) store their global MCP configuration in their VS Code extension settings directory. Both use the same configuration format.