Skip to content

Commit bf26abc

Browse files
Update ToolHive reference docs for v0.2.16 (#154)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8d38255 commit bf26abc

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

docs/toolhive/reference/cli/thv_client_register.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Valid clients:
2626
- claude-code: Claude Code CLI
2727
- cline: Cline extension for VS Code
2828
- cursor: Cursor editor
29+
- goose: Goose AI agent
2930
- lm-studio: LM Studio application
3031
- roo-code: Roo Code extension for VS Code
3132
- vscode: Visual Studio Code

docs/toolhive/reference/cli/thv_client_remove.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Valid clients:
2626
- claude-code: Claude Code CLI
2727
- cline: Cline extension for VS Code
2828
- cursor: Cursor editor
29+
- goose: Goose AI agent
2930
- lm-studio: LM Studio application
3031
- roo-code: Roo Code extension for VS Code
3132
- vscode: Visual Studio Code

static/api-specs/toolhive-api.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ components:
124124
- AmpVSCodeInsider
125125
- AmpWindsurf
126126
- LMStudio
127+
- Goose
127128
client.MCPClientStatus:
128129
properties:
129130
client_type:
@@ -144,6 +145,7 @@ components:
144145
- AmpVSCodeInsider
145146
- AmpWindsurf
146147
- LMStudio
148+
- Goose
147149
installed:
148150
description: Installed indicates whether the client is installed on the
149151
system
@@ -968,6 +970,7 @@ components:
968970
- AmpVSCodeInsider
969971
- AmpWindsurf
970972
- LMStudio
973+
- Goose
971974
type: array
972975
uniqueItems: false
973976
type: object
@@ -1017,6 +1020,7 @@ components:
10171020
- AmpVSCodeInsider
10181021
- AmpWindsurf
10191022
- LMStudio
1023+
- Goose
10201024
type: object
10211025
v1.createClientResponse:
10221026
properties:
@@ -1044,6 +1048,7 @@ components:
10441048
- AmpVSCodeInsider
10451049
- AmpWindsurf
10461050
- LMStudio
1051+
- Goose
10471052
type: object
10481053
v1.createGroupRequest:
10491054
properties:

0 commit comments

Comments
 (0)