File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
docs/toolhive/reference/cli Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments