Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 857 Bytes

File metadata and controls

27 lines (21 loc) · 857 Bytes
title MCPToolConfig
description Schema reference for MCPToolConfig, which filters and renames tools exposed by an MCP server.
displayed_sidebar toolhiveSidebar
toc_max_heading_level 4

MCPToolConfig defines tool-filtering and renaming rules that can be shared across MCP workloads. MCPServer, MCPRemoteProxy, and VirtualMCPServer reference an MCPToolConfig via spec.toolConfigRef to customize the tool surface their clients see.

API: toolhive.stacklok.dev/v1beta1 · Scope: Namespaced · Short names: tc, toolconfig

Example

apiVersion: toolhive.stacklok.dev/v1beta1
kind: MCPToolConfig
metadata:
  name: my-mcptoolconfig
  namespace: default
spec: {}

Schema