File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
docs/toolhive/reference/cli Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -70,8 +70,8 @@ thv run [flags] SERVER_OR_IMAGE_OR_PROTOCOL [-- ARGS...]
70
70
--otel-sampling-rate float OpenTelemetry trace sampling rate (0.0-1.0) (default 0.1)
71
71
--otel-service-name string OpenTelemetry service name (defaults to toolhive-mcp-proxy)
72
72
--permission-profile string Permission profile to use (none, network, or path to JSON file) (default "network")
73
- --port int Port for the HTTP proxy to listen on (host port)
74
73
--proxy-mode string Proxy mode for stdio transport (sse or streamable-http) (default "sse")
74
+ --proxy-port int Port for the HTTP proxy to listen on (host port)
75
75
--secret stringArray Specify a secret to be fetched from the secrets manager and set as an environment variable (format: NAME,target=TARGET)
76
76
--target-host string Host to forward traffic to (only applicable to SSE or Streamable HTTP transport) (default "127.0.0.1")
77
77
--target-port int Port for the container to expose (only applicable to SSE or Streamable HTTP transport)
Original file line number Diff line number Diff line change @@ -68,8 +68,7 @@ components:
68
68
type : boolean
69
69
type : object
70
70
permissions.Profile :
71
- description : Permissions defines the security profile and access permissions
72
- for the server
71
+ description : Permission profile to apply
73
72
properties :
74
73
name :
75
74
description : Name is the name of the profile
@@ -357,11 +356,14 @@ components:
357
356
name :
358
357
description : Name of the workload
359
358
type : string
359
+ network_isolation :
360
+ description : Whether network isolation is turned on. This applies the rules
361
+ in the permission profile.
362
+ type : boolean
360
363
oidc :
361
364
$ref : ' #/components/schemas/v1.oidcOptions'
362
365
permission_profile :
363
- description : Permission profile to apply
364
- type : string
366
+ $ref : ' #/components/schemas/permissions.Profile'
365
367
proxy_mode :
366
368
description : Proxy mode to use
367
369
type : string
You can’t perform that action at this time.
0 commit comments