@@ -155,6 +155,7 @@ thv run [flags] SERVER_OR_IMAGE_OR_PROTOCOL [-- ARGS...]
155155 --print-resolved-overlays Debug: show resolved container paths for tmpfs overlays (default false)
156156 --proxy-mode string Proxy mode for stdio (streamable-http or sse (deprecated, will be removed)) (default "streamable-http")
157157 --proxy-port int Port for the HTTP proxy to listen on (host port)
158+ -p, --publish stringArray Publish a container's port(s) to the host (format: hostPort:containerPort)
158159 --remote-auth Enable OAuth/OIDC authentication to remote MCP server (default false)
159160 --remote-auth-authorize-url string OAuth authorization endpoint URL (alternative to --remote-auth-issuer for non-OIDC OAuth)
160161 --remote-auth-bearer-token string Bearer token for remote server authentication (alternative to OAuth)
@@ -172,7 +173,7 @@ thv run [flags] SERVER_OR_IMAGE_OR_PROTOCOL [-- ARGS...]
172173 --remote-forward-headers stringArray Headers to inject into requests to remote MCP server (format: Name=Value, can be repeated)
173174 --remote-forward-headers-secret stringArray Headers with secret values from ToolHive secrets manager (format: Name=secret-name, can be repeated)
174175 --resource-url string Explicit resource URL for OAuth discovery endpoint (RFC 9728)
175- --runtime-add-package stringArray Add additional packages to install in the builder stage (can be repeated)
176+ --runtime-add-package stringArray Add additional packages to install in the builder and runtime stages (can be repeated)
176177 --runtime-image string Override the default base image for protocol schemes (e.g., golang:1.24-alpine, node:20-alpine, python:3.11-slim)
177178 --secret stringArray Specify a secret to be fetched from the secrets manager and set as an environment variable (format: NAME,target=TARGET)
178179 --target-host string Host to forward traffic to (only applicable to SSE or Streamable HTTP transport) (default "127.0.0.1")
0 commit comments