diff --git a/static/api-specs/crd-api.md b/static/api-specs/crd-api.md index ded5bbd..5cb43f6 100644 --- a/static/api-specs/crd-api.md +++ b/static/api-specs/crd-api.md @@ -232,6 +232,7 @@ _Appears in:_ | `resourceOverrides` _[ResourceOverrides](#resourceoverrides)_ | ResourceOverrides allows overriding annotations and labels for resources created by the operator | | | | `oidcConfig` _[OIDCConfigRef](#oidcconfigref)_ | OIDCConfig defines OIDC authentication configuration for the MCP server | | | | `authzConfig` _[AuthzConfigRef](#authzconfigref)_ | AuthzConfig defines authorization policy configuration for the MCP server | | | +| `tools` _string array_ | ToolsFilter is the filter on tools applied to the MCP server | | | #### MCPServerStatus @@ -302,7 +303,6 @@ _Appears in:_ | Field | Description | Default | Validation | | --- | --- | --- | --- | | `insecureAllowAll` _boolean_ | InsecureAllowAll allows all outbound network connections (not recommended) | false | | -| `allowTransport` _string array_ | AllowTransport is a list of transport protocols to allow (e.g., "tcp", "udp") | | | | `allowHost` _string array_ | AllowHost is a list of hosts to allow connections to | | | | `allowPort` _integer array_ | AllowPort is a list of ports to allow connections to | | |