File tree Expand file tree Collapse file tree 6 files changed +11
-10
lines changed Expand file tree Collapse file tree 6 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -313,6 +313,6 @@ When implementing advanced CI/CD patterns:
313313# # Related information
314314
315315- [Build MCP server containers](./build-containers.mdx)
316- - [Run MCP servers in Kubernetes](../guides-k8s/run-mcp-k8s.md )
316+ - [Run MCP servers in Kubernetes](../guides-k8s/run-mcp-k8s.mdx )
317317- [`thv build` command reference](../reference/cli/thv_build.md)
318318- [Secrets management](./secrets-management.mdx)
Original file line number Diff line number Diff line change @@ -316,15 +316,15 @@ thv build --tag my-server:dev go:///path/to/my-project
316316
317317- Use built containers with [`thv run`](./run-mcp-servers.mdx) for local
318318 development
319- - Deploy pre-built containers to [Kubernetes](../guides-k8s/run-mcp-k8s.md )
319+ - Deploy pre-built containers to [Kubernetes](../guides-k8s/run-mcp-k8s.mdx )
320320- Set up [CI/CD pipelines](#cicd-integration) for automated building
321321- Learn about [container registry workflows](#custom-image-tagging)
322322
323323# # Related information
324324
325325- [`thv build` command reference](../reference/cli/thv_build.md)
326326- [Run MCP servers](./run-mcp-servers.mdx)
327- - [Run MCP servers in Kubernetes](../guides-k8s/run-mcp-k8s.md )
327+ - [Run MCP servers in Kubernetes](../guides-k8s/run-mcp-k8s.mdx )
328328- [Custom permissions](./custom-permissions.mdx)
329329
330330# # Troubleshooting
Original file line number Diff line number Diff line change @@ -251,9 +251,9 @@ create it.
251251
252252# # Next steps
253253
254- See [Run MCP servers in Kubernetes](./run-mcp-k8s.md ) to learn how to create and
255- manage MCP servers using the ToolHive operator in your Kubernetes cluster. The
256- operator supports deploying MCPServer resources based on the deployment mode
254+ See [Run MCP servers in Kubernetes](./run-mcp-k8s.mdx ) to learn how to create
255+ and manage MCP servers using the ToolHive operator in your Kubernetes cluster.
256+ The operator supports deploying MCPServer resources based on the deployment mode
257257configured during installation.
258258
259259# # Related information
Original file line number Diff line number Diff line change @@ -57,4 +57,4 @@ Kubernetes cluster. Helm simplifies the installation process and lets you manage
5757the operator using Helm charts.
5858
5959Once the operator is installed, you can create and manage MCP servers using the
60- [ ` MCPServer ` custom resource] ( ./run-mcp-k8s.md ) .
60+ [ ` MCPServer ` custom resource] ( ./run-mcp-k8s.mdx ) .
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ outbound network access (see the
109109<TabItem value = ' k8s' label = ' Kubernetes' >
110110
111111Create a Kubernetes manifest to deploy the Filesystem MCP server with a
112- [ persistent volume] ( ../guides-k8s/run-mcp-k8s.md #mount-a-volume ) .
112+ [ persistent volume] ( ../guides-k8s/run-mcp-k8s.mdx #mount-a-volume ) .
113113
114114Update the ` podTemplateSpec ` section to include your specific volume claim and
115115mount path:
Original file line number Diff line number Diff line change @@ -432,8 +432,9 @@ operator.
432432
433433Here are some next steps to explore:
434434
435- - Learn about [ advanced MCP server configurations] ( ../guides-k8s/run-mcp-k8s.md )
436- for production deployments
435+ - Learn about
436+ [ advanced MCP server configurations] ( ../guides-k8s/run-mcp-k8s.mdx ) for
437+ production deployments
437438- Learn more about
438439 [ Helm deployment options] ( ../guides-k8s/deploy-operator-helm.md ) and
439440 configuration
You can’t perform that action at this time.
0 commit comments