Skip to content

Commit 23edac3

Browse files
Update ToolHive reference docs for v0.1.1
1 parent 17bf5d1 commit 23edac3

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

docs/toolhive/reference/cli/thv_config_set-registry-url.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ thv config set-registry-url <url> [flags]
1717
### Options
1818

1919
```
20-
-h, --help help for set-registry-url
20+
-p, --allow-private-ip Allow setting the registry URL, even if it references a private IP address
21+
-h, --help help for set-registry-url
2122
```
2223

2324
### Options inherited from parent commands

static/api-specs/toolhive-api.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,10 @@ components:
168168
description: RepositoryURL is the URL to the source code repository for
169169
the server
170170
type: string
171+
status:
172+
description: The Status indicates whether the server is currently active
173+
or deprecated
174+
type: string
171175
tags:
172176
description: Tags are categorization labels for the server to aid in discovery
173177
and filtering
@@ -177,8 +181,12 @@ components:
177181
uniqueItems: false
178182
target_port:
179183
description: TargetPort is the port for the container to expose (only applicable
180-
to SSE transport)
184+
to SSE and Streamable HTTP transports)
181185
type: integer
186+
tier:
187+
description: Tier represents the tier classification level of the server,
188+
e.g., "official" or "community" driven
189+
type: string
182190
tools:
183191
description: Tools is a list of tool names provided by this MCP server
184192
items:
@@ -187,7 +195,7 @@ components:
187195
uniqueItems: false
188196
transport:
189197
description: Transport defines the communication protocol for the server
190-
(stdio or sse)
198+
(stdio, sse, or streamable-http)
191199
type: string
192200
type: object
193201
registry.Metadata:

0 commit comments

Comments
 (0)