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
4 changes: 2 additions & 2 deletions docs/toolhive/reference/cli/thv_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ thv list [flags]

```
-a, --all Show all workloads (default shows just running)
--format string Output format (json, text, or mcpservers) (default "text")
--group string Filter workloads by group
--format string Output format (json, text, mcpservers) (default "text")
--group string Filter by group
-h, --help help for list
-l, --label stringArray Filter workloads by labels (format: key=value)
```
Expand Down
2 changes: 1 addition & 1 deletion docs/toolhive/reference/cli/thv_mcp_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ thv mcp list [tools|resources|prompts] [flags]
### Options

```
--format string Output format (json or text) (default "text")
--format string Output format (json, text) (default "text")
-h, --help help for list
--server string MCP server URL or name from ToolHive registry (required)
--timeout duration Connection timeout (default 30s)
Expand Down
2 changes: 1 addition & 1 deletion docs/toolhive/reference/cli/thv_mcp_list_prompts.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ thv mcp list prompts [flags]
### Options

```
--format string Output format (json or text) (default "text")
--format string Output format (json, text) (default "text")
-h, --help help for prompts
--server string MCP server URL or name from ToolHive registry (required)
--timeout duration Connection timeout (default 30s)
Expand Down
2 changes: 1 addition & 1 deletion docs/toolhive/reference/cli/thv_mcp_list_resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ thv mcp list resources [flags]
### Options

```
--format string Output format (json or text) (default "text")
--format string Output format (json, text) (default "text")
-h, --help help for resources
--server string MCP server URL or name from ToolHive registry (required)
--timeout duration Connection timeout (default 30s)
Expand Down
2 changes: 1 addition & 1 deletion docs/toolhive/reference/cli/thv_mcp_list_tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ thv mcp list tools [flags]
### Options

```
--format string Output format (json or text) (default "text")
--format string Output format (json, text) (default "text")
-h, --help help for tools
--server string MCP server URL or name from ToolHive registry (required)
--timeout duration Connection timeout (default 30s)
Expand Down
2 changes: 1 addition & 1 deletion docs/toolhive/reference/cli/thv_registry_info.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ thv registry info [server] [flags]
### Options

```
--format string Output format (json or text) (default "text")
--format string Output format (json, text) (default "text")
-h, --help help for info
--refresh Force refresh registry cache
```
Expand Down
2 changes: 1 addition & 1 deletion docs/toolhive/reference/cli/thv_registry_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ thv registry list [flags]
### Options

```
--format string Output format (json or text) (default "text")
--format string Output format (json, text) (default "text")
-h, --help help for list
--refresh Force refresh registry cache
```
Expand Down
2 changes: 1 addition & 1 deletion docs/toolhive/reference/cli/thv_rm.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ thv rm [workload-name...] [flags]

```
--all Delete all workloads
--group string Delete all workloads in the specified group
-g, --group string Filter by group
-h, --help help for rm
```

Expand Down
2 changes: 1 addition & 1 deletion docs/toolhive/reference/cli/thv_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ thv start [workload-name] [flags]
```
-a, --all Restart all MCP servers
-f, --foreground Run the restarted workload in foreground mode
-g, --group string Restart all MCP servers in a specific group
-g, --group string Filter by group
-h, --help help for start
```

Expand Down
4 changes: 2 additions & 2 deletions docs/toolhive/reference/cli/thv_stop.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ thv stop [workload-name...] [flags]
### Options

```
--all Stop all running MCP servers
-g, --group string Stop all MCP servers in a specific group
-a, --all Stop all running MCP servers
-g, --group string Filter by group
-h, --help help for stop
--timeout int Timeout in seconds before forcibly stopping the workload (default 30)
```
Expand Down
Loading