Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 906 Bytes

File metadata and controls

31 lines (25 loc) · 906 Bytes
title MCPServerEntry
description Schema reference for MCPServerEntry, which declares a remote MCP server as a member of an MCPGroup.
displayed_sidebar toolhiveSidebar
toc_max_heading_level 4

MCPServerEntry declares a remote MCP server as a first-class member of an MCPGroup without running a full MCPRemoteProxy. Entries appear in registry listings and participate in group-scoped aggregations like a VirtualMCPServer.

API: toolhive.stacklok.dev/v1beta1 · Scope: Namespaced · Short names: mcpentry

Example

apiVersion: toolhive.stacklok.dev/v1beta1
kind: MCPServerEntry
metadata:
  name: my-mcpserverentry
  namespace: default
spec:
  groupRef:
    name: <string>
  remoteUrl: <string>
  transport: sse

Schema