McpToolFilters
Defined in: src/mcp/client.ts:88
Filters controlling which MCP tools a client exposes.
Properties
Section titled “Properties”allowed?
Section titled “allowed?”optional allowed?: McpToolMatcher[];Defined in: src/mcp/client.ts:90
When present, only tools matching at least one matcher are exposed.
rejected?
Section titled “rejected?”optional rejected?: McpToolMatcher[];Defined in: src/mcp/client.ts:92
Tools matching at least one matcher are excluded, even when also allowed.