Skip to content

Commit 592d231

Browse files
Update ToolHive reference docs for toolhive-operator-crds-0.0.47 (#264)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Chris Burns <29541485+ChrisJBurns@users.noreply.github.com>
1 parent 032f00a commit 592d231

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

static/api-specs/toolhive-crd-api.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -784,8 +784,10 @@ _Appears in:_
784784
| `image` _string_ | Image is the container image for the MCP server | | Required: \{\} <br /> |
785785
| `transport` _string_ | Transport is the transport method for the MCP server (stdio, streamable-http or sse) | stdio | Enum: [stdio streamable-http sse] <br /> |
786786
| `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 /> |
789791
| `args` _string array_ | Args are additional arguments to pass to the MCP server | | |
790792
| `env` _[EnvVar](#envvar) array_ | Env are environment variables to set in the MCP server container | | |
791793
| `volumes` _[Volume](#volume) array_ | Volumes are volumes to mount in the MCP server container | | |

0 commit comments

Comments
 (0)