Skip to content

Commit 81e522e

Browse files
authored
Merge branch 'main' into bump
2 parents 1e3a261 + 90ce596 commit 81e522e

9 files changed

Lines changed: 506 additions & 69 deletions

File tree

docs/toolhive/guides-k8s/intro.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ The operator introduces new Custom Resource Definitions (CRDs) into your
2222
Kubernetes cluster. The primary CRDs for MCP server workloads are `MCPServer`,
2323
which represents a single MCP server running in Kubernetes, `MCPRemoteProxy`,
2424
which represents an MCP server hosted outside the cluster that ToolHive proxies,
25-
`VirtualMCPServer`, which aggregates multiple backend MCP servers behind a
26-
single endpoint.
25+
`MCPServerEntry`, which registers a remote MCP server as a catalog entry for
26+
vMCP discovery, and `VirtualMCPServer`, which aggregates multiple backend MCP
27+
servers behind a single endpoint.
2728

2829
All ToolHive CRDs are registered under the `toolhive` category, so you can list
2930
every ToolHive resource in your cluster with a single command:
@@ -102,4 +103,5 @@ Once the operator is installed, you can create and manage MCP servers:
102103

103104
- [Run MCP servers in Kubernetes](./run-mcp-k8s.mdx)
104105
- [Proxy remote MCP servers](./remote-mcp-proxy.mdx)
106+
- [Declare remote MCP server entries](./mcp-server-entry.mdx)
105107
- [Virtual MCP Server (vMCP)](../guides-vmcp/index.mdx)

0 commit comments

Comments
 (0)