Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 911 Bytes

File metadata and controls

31 lines (25 loc) · 911 Bytes
title VirtualMCPServer
description Schema reference for VirtualMCPServer, which aggregates multiple MCP servers into a single virtual endpoint.
displayed_sidebar toolhiveSidebar
toc_max_heading_level 4

VirtualMCPServer (vMCP) aggregates the backend workloads belonging to an MCPGroup into a single endpoint. Clients see one MCP server; the operator handles tool aggregation, conflict resolution, auth, and optional composite tool workflows behind the scenes.

API: toolhive.stacklok.dev/v1beta1 · Scope: Namespaced · Short names: vmcp, virtualmcp

Example

apiVersion: toolhive.stacklok.dev/v1beta1
kind: VirtualMCPServer
metadata:
  name: my-virtualmcpserver
  namespace: default
spec:
  groupRef:
    name: <string>
  incomingAuth:
    type: anonymous

Schema