Skip to content

Commit 3b5e0a0

Browse files
authored
Remove registry-related labels from the example config (#2199)
I must have modified the example fetch server when working on the registry feature with enforcing registry labels and commited the diff by mistake. Once we promoted the registry enforcement feature out of experimental, this started hitting us because the MCPServer suddendly started requiring that a registry exists. Let's remove the labels.
1 parent 30500cf commit 3b5e0a0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

examples/operator/mcp-servers/mcpserver_fetch.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ kind: MCPServer
33
metadata:
44
name: fetch
55
namespace: toolhive-system
6-
labels:
7-
toolhive.stacklok.io/registry-name: example-registry-data
8-
toolhive.stacklok.io/registry-namespace: toolhive-system
9-
toolhive.stacklok.io/server-registry-name: fetch
106
spec:
117
image: ghcr.io/stackloklabs/gofetch/server
128
transport: streamable-http

0 commit comments

Comments
 (0)