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
1 change: 1 addition & 0 deletions docs/toolhive/reference/cli/thv_client_register.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Valid clients:
- claude-code: Claude Code CLI
- cline: Cline extension for VS Code
- cursor: Cursor editor
- goose: Goose AI agent
- lm-studio: LM Studio application
- roo-code: Roo Code extension for VS Code
- vscode: Visual Studio Code
Expand Down
1 change: 1 addition & 0 deletions docs/toolhive/reference/cli/thv_client_remove.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Valid clients:
- claude-code: Claude Code CLI
- cline: Cline extension for VS Code
- cursor: Cursor editor
- goose: Goose AI agent
- lm-studio: LM Studio application
- roo-code: Roo Code extension for VS Code
- vscode: Visual Studio Code
Expand Down
5 changes: 5 additions & 0 deletions static/api-specs/toolhive-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ components:
- AmpVSCodeInsider
- AmpWindsurf
- LMStudio
- Goose
client.MCPClientStatus:
properties:
client_type:
Expand All @@ -144,6 +145,7 @@ components:
- AmpVSCodeInsider
- AmpWindsurf
- LMStudio
- Goose
installed:
description: Installed indicates whether the client is installed on the
system
Expand Down Expand Up @@ -968,6 +970,7 @@ components:
- AmpVSCodeInsider
- AmpWindsurf
- LMStudio
- Goose
type: array
uniqueItems: false
type: object
Expand Down Expand Up @@ -1017,6 +1020,7 @@ components:
- AmpVSCodeInsider
- AmpWindsurf
- LMStudio
- Goose
type: object
v1.createClientResponse:
properties:
Expand Down Expand Up @@ -1044,6 +1048,7 @@ components:
- AmpVSCodeInsider
- AmpWindsurf
- LMStudio
- Goose
type: object
v1.createGroupRequest:
properties:
Expand Down