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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -784,8 +784,10 @@ _Appears in:_
784
784
|`image`_string_| Image is the container image for the MCP server || Required: \{\} <br /> |
785
785
|`transport`_string_| Transport is the transport method for the MCP server (stdio, streamable-http or sse) | stdio | Enum: [stdio streamable-http sse] <br /> |
786
786
|`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 /> |
787
-
|`port`_integer_| Port is the port to expose the MCP server on | 8080 | Maximum: 65535 <br />Minimum: 1 <br /> |
788
-
|`targetPort`_integer_| TargetPort is the port that MCP server listens to || Maximum: 65535 <br />Minimum: 1 <br /> |
787
+
|`port`_integer_| Port is the port to expose the MCP server on<br />Deprecated: Use ProxyPort instead | 8080 | Maximum: 65535 <br />Minimum: 1 <br /> |
788
+
|`targetPort`_integer_| TargetPort is the port that MCP server listens to<br />Deprecated: Use McpPort instead || Maximum: 65535 <br />Minimum: 1 <br /> |
789
+
|`proxyPort`_integer_| ProxyPort is the port to expose the proxy runner on | 8080 | Maximum: 65535 <br />Minimum: 1 <br /> |
790
+
|`mcpPort`_integer_| McpPort is the port that MCP server listens to || Maximum: 65535 <br />Minimum: 1 <br /> |
789
791
|`args`_string array_| Args are additional arguments to pass to the MCP server |||
790
792
|`env`_[EnvVar](#envvar) array_| Env are environment variables to set in the MCP server container |||
791
793
|`volumes`_[Volume](#volume) array_| Volumes are volumes to mount in the MCP server container |||
0 commit comments