You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: static/api-specs/toolhive-crd-api.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -384,6 +384,7 @@ _Appears in:_
384
384
| --- | --- | --- | --- |
385
385
|`image`_string_| Image is the container image for the MCP server || Required: \{\} <br /> |
386
386
|`transport`_string_| Transport is the transport method for the MCP server (stdio, streamable-http or sse) | stdio | Enum: [stdio streamable-http sse] <br /> |
387
+
|`proxyMode`_string_| ProxyMode is the proxy mode for stdio transport (sse or streamable-http)<br />This setting is only used when Transport is "stdio" | sse | Enum: [sse streamable-http] <br /> |
387
388
|`port`_integer_| Port is the port to expose the MCP server on | 8080 | Maximum: 65535 <br />Minimum: 1 <br /> |
388
389
|`targetPort`_integer_| TargetPort is the port that MCP server listens to || Maximum: 65535 <br />Minimum: 1 <br /> |
389
390
|`args`_string array_| Args are additional arguments to pass to the MCP server |||
0 commit comments