@@ -56,6 +56,8 @@ thv run [flags] SERVER_OR_IMAGE_OR_PROTOCOL [-- ARGS...]
5656 --host string Host for the HTTP proxy to listen on (IP or hostname) (default "127.0.0.1")
5757 --image-verification string Set image verification mode (warn, enabled, disabled) (default "warn")
5858 --isolate-network Isolate the container network from the host (default: false)
59+ --jwks-allow-private-ip Allow JWKS/OIDC endpoints on private IP addresses (use with caution)
60+ --jwks-auth-token-file string Path to file containing bearer token for authenticating JWKS/OIDC requests
5961 --name string Name of the MCP server (auto-generated from image if not provided)
6062 --oidc-audience string Expected audience for the token
6163 --oidc-client-id string OIDC client ID
@@ -69,12 +71,13 @@ thv run [flags] SERVER_OR_IMAGE_OR_PROTOCOL [-- ARGS...]
6971 --otel-insecure Disable TLS verification for OpenTelemetry endpoint
7072 --otel-sampling-rate float OpenTelemetry trace sampling rate (0.0-1.0) (default 0.1)
7173 --otel-service-name string OpenTelemetry service name (defaults to toolhive-mcp-proxy)
72- --permission-profile string Permission profile to use (none, network, or path to JSON file) (default "network")
74+ --permission-profile string Permission profile to use (none, network, or path to JSON file)
7375 --proxy-mode string Proxy mode for stdio transport (sse or streamable-http) (default "sse")
7476 --proxy-port int Port for the HTTP proxy to listen on (host port)
7577 --secret stringArray Specify a secret to be fetched from the secrets manager and set as an environment variable (format: NAME,target=TARGET)
7678 --target-host string Host to forward traffic to (only applicable to SSE or Streamable HTTP transport) (default "127.0.0.1")
7779 --target-port int Port for the container to expose (only applicable to SSE or Streamable HTTP transport)
80+ --thv-ca-bundle string Path to CA certificate bundle for ToolHive HTTP operations (JWKS, OIDC discovery, etc.)
7881 --transport string Transport mode (sse, streamable-http or stdio)
7982 -v, --volume stringArray Mount a volume into the container (format: host-path:container-path[:ro])
8083```
0 commit comments