From 0bbb14eb9bacd3aea2e7382c28401d08c605aefe Mon Sep 17 00:00:00 2001 From: Rpcd <67294809+RuiDaniel@users.noreply.github.com> Date: Wed, 3 Dec 2025 17:28:29 +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 8e4b47013..288461da6 100644 --- a/src/pipecat/services/mcp_service.py +++ b/src/pipecat/services/mcp_service.py @@ -7,7 +7,7 @@ """MCP (Model Context Protocol) client for integrating external tools with LLMs.""" import json -from typing import Any, Dict, List, TypeAlias, Callable +from typing import Any, Callable, Dict, List, Optional, TypeAlias from loguru import logger