diff --git a/static/api-specs/toolhive-crd-api.md b/static/api-specs/toolhive-crd-api.md
index a8df4ecc..467e9d46 100644
--- a/static/api-specs/toolhive-crd-api.md
+++ b/static/api-specs/toolhive-crd-api.md
@@ -384,6 +384,7 @@ _Appears in:_
| --- | --- | --- | --- |
| `image` _string_ | Image is the container image for the MCP server | | Required: \{\}
|
| `transport` _string_ | Transport is the transport method for the MCP server (stdio, streamable-http or sse) | stdio | Enum: [stdio streamable-http sse]
|
+| `proxyMode` _string_ | ProxyMode is the proxy mode for stdio transport (sse or streamable-http)
This setting is only used when Transport is "stdio" | sse | Enum: [sse streamable-http]
|
| `port` _integer_ | Port is the port to expose the MCP server on | 8080 | Maximum: 65535
Minimum: 1
|
| `targetPort` _integer_ | TargetPort is the port that MCP server listens to | | Maximum: 65535
Minimum: 1
|
| `args` _string array_ | Args are additional arguments to pass to the MCP server | | |