Skip to content

Commit d2083b4

Browse files
Update ToolHive reference docs for v0.2.0 (#68)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 199573a commit d2083b4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/toolhive/reference/cli/thv_run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ thv run [flags] SERVER_OR_IMAGE_OR_PROTOCOL [-- ARGS...]
6969
--otel-endpoint string OpenTelemetry OTLP endpoint URL (e.g., https://api.honeycomb.io)
7070
--otel-env-vars stringArray Environment variable names to include in OpenTelemetry spans (comma-separated: ENV1,ENV2)
7171
--otel-headers stringArray OpenTelemetry OTLP headers in key=value format (e.g., x-honeycomb-team=your-api-key)
72-
--otel-insecure Disable TLS verification for OpenTelemetry endpoint
72+
--otel-insecure Connect to the OpenTelemetry endpoint using HTTP instead of HTTPS
7373
--otel-sampling-rate float OpenTelemetry trace sampling rate (0.0-1.0) (default 0.1)
7474
--otel-service-name string OpenTelemetry service name (defaults to toolhive-mcp-proxy)
7575
--permission-profile string Permission profile to use (none, network, or path to JSON file)

static/api-specs/toolhive-api.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,10 @@ components:
124124
type: string
125125
type: array
126126
uniqueItems: false
127+
custom_metadata:
128+
additionalProperties: {}
129+
description: CustomMetadata allows for additional user-defined metadata
130+
type: object
127131
description:
128132
description: Description is a human-readable description of the server's
129133
purpose and functionality

0 commit comments

Comments
 (0)