Skip to content

Update ToolHive reference docs for toolhive-operator-crds-0.0.12 #73

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion static/api-specs/crd-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 | | |

Expand Down