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: cmd/thv-operator/CLAUDE.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,9 @@ After modifying the CRDs, the following needs to be run:
13
13
14
14
When committing a change that changes CRDs, it is important to bump the chart version as described in the [CLAUDE.md](../../deploy/charts/operator-crds/CLAUDE.md#bumping-crd-chart) doc for the CRD Helm Chart.
15
15
16
-
## MCPRegistry CRD (Experimental)
16
+
## MCPRegistry CRD
17
17
18
-
The MCPRegistry CRD enables centralized management of MCP server registries. Requires `operator.features.experimental=true`.
18
+
The MCPRegistry CRD enables centralized management of MCP server registries.
Copy file name to clipboardExpand all lines: cmd/thv-operator/REGISTRY.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,5 @@
1
1
# MCPRegistry Reference
2
2
3
-
> ⚠️ **Experimental Feature**: MCPRegistry requires enabling experimental features with `--set operator.features.experimental=true` during Helm installation.
4
-
5
3
## Overview
6
4
7
5
MCPRegistry is a Kubernetes Custom Resource that manages MCP (Model Context Protocol) server registries. It provides centralized server discovery, automated synchronization, content filtering, and image validation for MCP servers in your cluster.
Copy file name to clipboardExpand all lines: cmd/thv-operator/api/v1alpha1/mcpregistry_types.go
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -356,7 +356,6 @@ const (
356
356
//+kubebuilder:validation:XValidation:rule="self.spec.source.type == 'configmap' ? has(self.spec.source.configmap) : (self.spec.source.type == 'git' ? has(self.spec.source.git) : true)",message="configMap field is required when source type is 'configmap', git field is required when source type is 'git'"
357
357
358
358
// MCPRegistry is the Schema for the mcpregistries API
359
-
// ⚠️ Experimental API (v1alpha1) — subject to change.
0 commit comments