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
41 changes: 20 additions & 21 deletions docs/toolhive/_partials/_client-compat-table.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
| Client | Supported | Auto-configuration | Notes |
| -------------------------- | :-------: | :----------------: | ---------------------------------------------- |
| GitHub Copilot (VS Code) | ✅ | ✅ | v1.102+ or Insiders version ([see note][3]) |
| Cursor | ✅ | ✅ | v0.50.0+ |
| Roo Code (VS Code) | ✅ | ✅ | v3.19.2+ |
| Cline (VS Code) | ✅ | ✅ | v3.8.5+ (sse only; streamable-http [issue][2]) |
| Claude Code CLI | ✅ | ✅ | v1.0.27+ |
| Windsurf IDE | ✅ | ✅ | |
| Windsurf (JetBrains) | ✅ | ✅ | |
| Sourcegraph Amp CLI | ✅ | ✅ | |
| Sourcegraph Amp (VS Code) | ✅ | ✅ | |
| Sourcegraph Amp (Cursor) | ✅ | ✅ | |
| Sourcegraph Amp (Windsurf) | ✅ | ✅ | |
| GitHub Copilot (JetBrains) | ✅ | ❌ | v1.5.47+ |
| Continue (VS Code) | ✅ | ❌ | v1.0.14+ |
| Continue (JetBrains) | ✅ | ❌ | v1.0.23+ |
| PydanticAI | ✅ | ❌ | v0.2.18+ |
| ChatGPT Desktop | ❌ | ❌ | See [workaround for STDIO-only clients][4] |
| Claude Desktop | ❌ | ❌ | See [workaround for STDIO-only clients][4] |
| Kiro | ❌ | ❌ | See [workaround for STDIO-only clients][4] |
| Client | Supported | Auto-configuration | Notes |
| -------------------------- | :-------: | :----------------: | ------------------------------------------- |
| GitHub Copilot (VS Code) | ✅ | ✅ | v1.102+ or Insiders version ([see note][3]) |
| Cursor | ✅ | ✅ | v0.50.0+ |
| Roo Code (VS Code) | ✅ | ✅ | v3.19.2+ |
| Cline (VS Code) | ✅ | ✅ | v3.17.10+ |
| Claude Code CLI | ✅ | ✅ | v1.0.27+ |
| Windsurf IDE | ✅ | ✅ | |
| Windsurf (JetBrains) | ✅ | ✅ | |
| Sourcegraph Amp CLI | ✅ | ✅ | |
| Sourcegraph Amp (VS Code) | ✅ | ✅ | |
| Sourcegraph Amp (Cursor) | ✅ | ✅ | |
| Sourcegraph Amp (Windsurf) | ✅ | ✅ | |
| GitHub Copilot (JetBrains) | ✅ | ❌ | v1.5.47+ |
| Continue (VS Code) | ✅ | ❌ | v1.0.14+ |
| Continue (JetBrains) | ✅ | ❌ | v1.0.23+ |
| PydanticAI | ✅ | ❌ | v0.2.18+ |
| ChatGPT Desktop | ❌ | ❌ | See [workaround for STDIO-only clients][4] |
| Claude Desktop | ❌ | ❌ | See [workaround for STDIO-only clients][4] |
| Kiro | ❌ | ❌ | See [workaround for STDIO-only clients][4] |

[2]: https://github.com/cline/cline/issues/4391
[3]: /toolhive/reference/client-compatibility.mdx#vs-code-with-copilot
[4]: /toolhive/reference/client-compatibility#stdio-only-client-configuration
1 change: 1 addition & 0 deletions docs/toolhive/reference/client-compatibility.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ Example configuration:
"github": { "url": "http://localhost:19046/sse#github", "type": "sse" },
"fetch": { "url": "http://localhost:43832/sse#fetch", "type": "sse" },
"osv": { "url": "http://localhost:51712/mcp", "type": "streamable-http" }
// Note: Cline uses "streamableHttp" instead of "streamable-http"
}
}
```
Expand Down