From 9dd882ecf8cce5a12499097eda28038eee8f88d6 Mon Sep 17 00:00:00 2001 From: Rpcd <67294809+RuiDaniel@users.noreply.github.com> Date: Wed, 3 Dec 2025 17:28:37 +0000 Subject: [PATCH] Update src/pipecat/services/mcp_service.py Co-authored-by: Vanessa Pyne --- src/pipecat/services/mcp_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipecat/services/mcp_service.py b/src/pipecat/services/mcp_service.py index 288461da6..8760c439c 100644 --- a/src/pipecat/services/mcp_service.py +++ b/src/pipecat/services/mcp_service.py @@ -47,7 +47,7 @@ class MCPClient(BaseObject): self, server_params: ServerParameters, tools_filter: Optional[List[str]] = None, - tools_output_filters: Dict[str, Callable[[Any], Any]] | None = None, + tools_output_filters: Optional[Dict[str, Callable[[Any], Any]]] = None, **kwargs, ): """Initialize the MCP client with server parameters.