Skip to content
Merged
Show file tree
Hide file tree
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: 0 additions & 2 deletions docs/toolhive/guides-k8s/connect-clients.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ flowchart TB
[Run MCP servers in Kubernetes](./run-mcp-k8s.mdx))
- An Ingress controller or Gateway API implementation installed in your cluster
(for external access)
- [`kubectl`](https://kubernetes.io/docs/tasks/tools/) configured to communicate
with your cluster

## Connect from outside the cluster

Expand Down
9 changes: 2 additions & 7 deletions docs/toolhive/guides-k8s/mcp-server-entry.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,8 @@ and connects to them directly.

## Prerequisites

- A Kubernetes cluster (current and two previous minor versions are supported)
- Permissions to create resources in the cluster
- [`kubectl`](https://kubernetes.io/docs/tasks/tools/) configured to communicate
with your cluster
- The ToolHive operator installed in your cluster (see
[Deploy the operator](./deploy-operator.mdx))
- A remote MCP server that supports HTTP transport (SSE or Streamable HTTP)
You'll need a remote MCP server that supports HTTP transport (SSE or Streamable
HTTP).

## When to use MCPServerEntry vs. MCPRemoteProxy

Expand Down
8 changes: 1 addition & 7 deletions docs/toolhive/guides-k8s/remote-mcp-proxy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,7 @@ flowchart LR

## Prerequisites

- A Kubernetes cluster (current and two previous minor versions are supported)
- Permissions to create resources in the cluster
- [`kubectl`](https://kubernetes.io/docs/tasks/tools/) configured to communicate
with your cluster
- The ToolHive operator installed in your cluster (see
[Deploy the operator](./deploy-operator.mdx))
- An OIDC identity provider (Keycloak, Okta, Azure AD, etc.)
- An OIDC identity provider (Keycloak, Okta, Microsoft Entra ID, etc.)
- Access to a remote MCP server that supports HTTP transport (SSE or Streamable
HTTP)

Expand Down
8 changes: 2 additions & 6 deletions docs/toolhive/guides-k8s/run-mcp-k8s.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,8 @@ description:

## Prerequisites

- A Kubernetes cluster (current and two previous minor versions are supported)
- Permissions to create resources in the cluster
- [`kubectl`](https://kubernetes.io/docs/tasks/tools/) configured to communicate
with your cluster
- The ToolHive operator installed in your cluster (see
[Deploy the operator](./deploy-operator.mdx))
You'll need a Kubernetes cluster with the ToolHive operator installed (see
[Deploy the operator](./deploy-operator.mdx)).

## Overview

Expand Down