@@ -10,7 +10,7 @@ description: How to deploy MCP servers in Kubernetes using the ToolHive operator
1010- [ ` kubectl ` ] ( https://kubernetes.io/docs/tasks/tools/ ) configured to communicate
1111 with your cluster
1212- The ToolHive operator installed in your cluster (see
13- [ Deploy the operator using Helm] ( ./deploy-operator-helm .mdx ) )
13+ [ Deploy the operator using Helm] ( ./deploy-operator.mdx ) )
1414
1515## Overview
1616
@@ -117,8 +117,8 @@ deployed.
117117- ** Cluster mode (default)** : Create MCPServer resources in any namespace
118118- ** Namespace mode** : Create MCPServer resources only in allowed namespaces
119119
120- See [ Deploy the operator] ( ./deploy-operator-helm .mdx#operator-deployment-modes )
121- to learn about the different deployment modes.
120+ See [ Deploy the operator] ( ./deploy-operator.mdx#operator-deployment-modes ) to
121+ learn about the different deployment modes.
122122
123123To create an MCP server, define an ` MCPServer ` resource and apply it to your
124124cluster. This minimal example creates the
@@ -463,8 +463,8 @@ feature in the ToolHive Registry Server.
463463
464464- [Kubernetes CRD reference](../reference/crd-spec.mdx#apiv1alpha1mcpserver) -
465465 Reference for the `MCPServer` Custom Resource Definition (CRD)
466- - [Deploy the operator using Helm](./deploy-operator-helm .mdx) - Install the
467- ToolHive operator
466+ - [Deploy the operator using Helm](./deploy-operator.mdx) - Install the ToolHive
467+ operator
468468- [Build MCP containers](../guides-cli/build-containers.mdx) - Create custom MCP
469469 server container images
470470
@@ -486,7 +486,7 @@ helm get values toolhive-operator -n toolhive-system
486486Check the `operator.rbac.scope` and `operator.rbac.allowedNamespaces`
487487properties. If the operator runs in `namespace` mode, add the namespace where
488488you created the `MCPServer` to the `allowedNamespaces` list. See
489- [Operator deployment modes](./deploy-operator-helm .mdx#operator-deployment-modes).
489+ [Operator deployment modes](./deploy-operator.mdx#operator-deployment-modes).
490490
491491If the operator runs in `cluster` mode (default) or the `MCPServer` is in an
492492allowed namespace, check the operator logs and resource status :
0 commit comments