Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 821 Bytes

File metadata and controls

28 lines (22 loc) · 821 Bytes
title MCPServer
description Schema reference for MCPServer, which defines a containerized MCP server managed by the ToolHive operator.
displayed_sidebar toolhiveSidebar
toc_max_heading_level 4

MCPServer defines a containerized MCP server managed by the ToolHive Kubernetes operator. The operator watches MCPServer resources and reconciles them into a running, proxied MCP server with the configured transport, authentication, telemetry, and tool filtering.

API: toolhive.stacklok.dev/v1beta1 · Scope: Namespaced · Short names: mcpserver, mcpservers

Example

apiVersion: toolhive.stacklok.dev/v1beta1
kind: MCPServer
metadata:
  name: my-mcpserver
  namespace: default
spec:
  image: <string>

Schema