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