Skip to content

Commit 4ba0819

Browse files
danbarrclaude
andauthored
Mark Roo Code client integration as deprecated (#909)
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: Dan Barr <6922515+danbarr@users.noreply.github.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent c58f4c9 commit 4ba0819

3 files changed

Lines changed: 19 additions & 6 deletions

File tree

docs/toolhive/enterprise.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -278,9 +278,8 @@ audit logging for teams running MCP at scale across their organization.
278278

279279
Stacklok Enterprise works with any AI coding assistant or agent that supports
280280
MCP. This includes Claude Code, GitHub Copilot, Cursor, Windsurf, VS Code, Zed,
281-
Cline, Continue, Roo Code, Goose, LM Studio, OpenAI Codex, and many more. Most
282-
clients support automatic configuration so developers can connect without manual
283-
setup.
281+
Cline, Continue, Goose, LM Studio, OpenAI Codex, and many more. Most clients
282+
support automatic configuration so developers can connect without manual setup.
284283
[See the full client compatibility reference](./reference/client-compatibility.mdx)
285284
for the complete list.
286285

docs/toolhive/guides-cli/client-configuration.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ Replace `<CLIENT_NAME>` with the name of your client. Common client names
5656
include:
5757

5858
- `claude-code` - Claude Code CLI
59+
- `codex` - OpenAI Codex
5960
- `cursor` - Cursor IDE
60-
- `roo-code` - Roo Code extension for Visual Studio Code
61-
- `cline` - Cline extension for Visual Studio Code
61+
- `antigravity` - Google Antigravity IDE
6262
- `vscode` - Visual Studio Code (GitHub Copilot)
6363
- `vscode-insider` - VS Code Insiders edition
6464

docs/toolhive/reference/client-compatibility.mdx

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ We've tested ToolHive with these clients:
3131
| Mistral Vibe |||| |
3232
| OpenAI Codex |||| |
3333
| OpenCode |||| |
34-
| Roo Code (VS Code) |||| v3.19.2+ |
34+
| Roo Code (VS Code) |||| Deprecated ([see note][6]) |
3535
| Sourcegraph Amp CLI |||| |
3636
| Sourcegraph Amp (VS Code) |||| |
3737
| Sourcegraph Amp (Cursor) |||| |
@@ -49,6 +49,7 @@ We've tested ToolHive with these clients:
4949
[3]: #vs-code-with-copilot
5050
[4]: #stdio-only-client-configuration
5151
[5]: #chatgpt-desktop-configuration
52+
[6]: #roo-code-and-cline
5253

5354
The minimum versions listed are the earliest versions that support the
5455
Streamable HTTP transport protocol.
@@ -211,6 +212,19 @@ claude mcp add --scope <user|project> --transport http fetch http://localhost:43
211212

212213
### Roo Code and Cline
213214

215+
:::warning[Roo Code is deprecated]
216+
217+
The Roo Code VS Code extension was discontinued on May 15, 2026 and its
218+
repository archived. ToolHive support for the `roo-code` client is deprecated
219+
and will be removed in a future release. The Roo Code team recommends migrating
220+
to [Cline](https://cline.bot/), which ToolHive also supports:
221+
222+
```bash
223+
thv client register cline
224+
```
225+
226+
:::
227+
214228
[Roo Code](https://roocode.com/) (previously Roo Cline) and
215229
[Cline](https://cline.bot/) store their global MCP configuration in their VS
216230
Code extension settings directory. Both use the same configuration format.

0 commit comments

Comments
 (0)