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}`); }