Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/toolhive/enterprise.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions docs/toolhive/guides-cli/client-configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ Replace `<CLIENT_NAME>` 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

Expand Down
16 changes: 15 additions & 1 deletion docs/toolhive/reference/client-compatibility.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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) | ✅ | ✅ | ❌ | |
Expand All @@ -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.
Expand Down Expand Up @@ -211,6 +212,19 @@ claude mcp add --scope <user|project> --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.
Expand Down