From 903f1741fa42a7c1eecbae11c29939953c3a1315 Mon Sep 17 00:00:00 2001 From: Dan Barr <6922515+danbarr@users.noreply.github.com> Date: Tue, 11 Nov 2025 21:15:33 -0500 Subject: [PATCH 1/2] Add Kiro as supported for auto-config Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com> --- docs/toolhive/reference/client-compatibility.mdx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/toolhive/reference/client-compatibility.mdx b/docs/toolhive/reference/client-compatibility.mdx index 2f94f23..88de787 100644 --- a/docs/toolhive/reference/client-compatibility.mdx +++ b/docs/toolhive/reference/client-compatibility.mdx @@ -14,24 +14,24 @@ We've tested ToolHive with these clients: | Client | Supported | Auto-configuration | Notes | | -------------------------- | :-------: | :----------------: | ------------------------------------------- | | GitHub Copilot (VS Code) | ✅ | ✅ | v1.102+ or Insiders version ([see note][3]) | +| Claude Code | ✅ | ✅ | v1.0.27+ | | Cursor | ✅ | ✅ | v0.50.0+ | -| Claude Code CLI | ✅ | ✅ | v1.0.27+ | | Cline (VS Code) | ✅ | ✅ | v3.17.10+ | | Continue (VS Code) | ✅ | ✅ | v1.0.14+ | | Continue (JetBrains) | ✅ | ✅ | v1.0.23+ | +| Goose | ✅ | ✅ | | +| Kiro | ✅ | ✅ | v0.5.0+ | +| LM Studio | ✅ | ✅ | v0.3.17+ | | Roo Code (VS Code) | ✅ | ✅ | v3.19.2+ | -| Windsurf IDE | ✅ | ✅ | | -| Windsurf (JetBrains) | ✅ | ✅ | | | Sourcegraph Amp CLI | ✅ | ✅ | | | Sourcegraph Amp (VS Code) | ✅ | ✅ | | | Sourcegraph Amp (Cursor) | ✅ | ✅ | | | Sourcegraph Amp (Windsurf) | ✅ | ✅ | | -| LM Studio | ✅ | ✅ | v0.3.17+ | -| Goose | ✅ | ✅ | | | Trae IDE | ✅ | ✅ | v1.4.1+ | +| Windsurf IDE | ✅ | ✅ | | +| Windsurf (JetBrains) | ✅ | ✅ | | | ChatGPT Desktop | ✅ | ❌ | See [STDIO-only client configuration][4] | | Claude Desktop | ✅ | ❌ | See [STDIO-only client configuration][4] | -| Kiro | ✅ | ❌ | See [STDIO-only client configuration][4] | | GitHub Copilot (JetBrains) | ✅ | ❌ | v1.5.47+ | | PydanticAI | ✅ | ❌ | v0.2.18+ | From 4d3bb8b3014125b2975a7bc49232b9742ad2c7d2 Mon Sep 17 00:00:00 2001 From: Dan Barr <6922515+danbarr@users.noreply.github.com> Date: Wed, 12 Nov 2025 09:39:10 -0500 Subject: [PATCH 2/2] Add OpenCode Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com> --- docs/toolhive/reference/client-compatibility.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/toolhive/reference/client-compatibility.mdx b/docs/toolhive/reference/client-compatibility.mdx index 88de787..8040ea5 100644 --- a/docs/toolhive/reference/client-compatibility.mdx +++ b/docs/toolhive/reference/client-compatibility.mdx @@ -22,6 +22,7 @@ We've tested ToolHive with these clients: | Goose | ✅ | ✅ | | | Kiro | ✅ | ✅ | v0.5.0+ | | LM Studio | ✅ | ✅ | v0.3.17+ | +| OpenCode | ✅ | ✅ | | | Roo Code (VS Code) | ✅ | ✅ | v3.19.2+ | | Sourcegraph Amp CLI | ✅ | ✅ | | | Sourcegraph Amp (VS Code) | ✅ | ✅ | |