From b1f0675b5e9c3a79349d289bd6625a97f338426d Mon Sep 17 00:00:00 2001 From: li1553770945 <1553770945@qq.com> Date: Mon, 26 May 2025 21:41:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8Dstreamable=5Fhttp?= =?UTF-8?q?=E8=BF=9E=E6=8E=A5=E6=98=BE=E7=A4=BA=E5=A4=B1=E8=B4=A5=E7=9A=84?= =?UTF-8?q?bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/src/mcp/client.service.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/service/src/mcp/client.service.ts b/service/src/mcp/client.service.ts index d0b6638..10d8524 100644 --- a/service/src/mcp/client.service.ts +++ b/service/src/mcp/client.service.ts @@ -68,6 +68,7 @@ export class McpClient { this.transport = new StreamableHTTPClientTransport( new URL(this.options.url) ); + break; default: throw new Error(`Unsupported connection type: ${this.options.connectionType}`); }