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...]
69
69
--otel-endpoint string OpenTelemetry OTLP endpoint URL (e.g., https://api.honeycomb.io)
70
70
--otel-env-vars stringArray Environment variable names to include in OpenTelemetry spans (comma-separated: ENV1,ENV2)
71
71
--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
73
73
--otel-sampling-rate float OpenTelemetry trace sampling rate (0.0-1.0) (default 0.1)
74
74
--otel-service-name string OpenTelemetry service name (defaults to toolhive-mcp-proxy)
75
75
--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:
124
124
type : string
125
125
type : array
126
126
uniqueItems : false
127
+ custom_metadata :
128
+ additionalProperties : {}
129
+ description : CustomMetadata allows for additional user-defined metadata
130
+ type : object
127
131
description :
128
132
description : Description is a human-readable description of the server's
129
133
purpose and functionality
You can’t perform that action at this time.
0 commit comments