A filter object to specify which tools are allowed.

interface McpAllowedToolsFilter {
    tool_names?: string[];
}

Properties

Properties

tool_names?: string[]

List of allowed tool names.