diff --git a/src/pipecat/services/mcp_service.py b/src/pipecat/services/mcp_service.py index 70cda3845..3d851e050 100644 --- a/src/pipecat/services/mcp_service.py +++ b/src/pipecat/services/mcp_service.py @@ -30,6 +30,7 @@ except ModuleNotFoundError as e: ServerParameters: TypeAlias = StdioServerParameters | SseServerParameters | StreamableHttpParameters + class MCPClient(BaseObject): """Client for Model Context Protocol (MCP) servers.