From c2b98ae5570776017244609ffecd93a025fcdce1 Mon Sep 17 00:00:00 2001 From: mehrdad Date: Tue, 16 Sep 2025 13:44:15 -0700 Subject: [PATCH] fix(lint): fix space format issue --- src/pipecat/services/mcp_service.py | 1 + 1 file changed, 1 insertion(+) 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.