Ask a question to get started
Enter to sendā¢Shift+Enter new line
Filter MCP tools based on compatibility and patterns.
filter_compatible_mcp_tools( mcp_tools: List[Any], include_patterns: Optional[List[str]] = None, exclude_patterns: Optional[List[str]] = None ) -> List[Any]
mcp_tools
List[Any]
List of MCP tools to filter
include_patterns
Optional[List[str]]
None
Patterns to include (tool names matching these patterns)
exclude_patterns
Patterns to exclude (tool names matching these patterns)