Skip to content

McpToolFilterCallback

type McpToolFilterCallback = (tool) => boolean;

Defined in: src/mcp/client.ts:79

Decides whether a tool matches a filter. Receives the tool under its agent-facing name.

ParameterType
toolMcpTool

boolean