mirror of
https://github.com/n8n-io/n8n.git
synced 2025-11-20 17:46:34 +00:00
fix: Proxy for SSE
This commit is contained in:
parent
4ebeaf09eb
commit
53a0e41f32
@ -159,6 +159,7 @@ export async function connectMcpClient({
|
||||
},
|
||||
}),
|
||||
},
|
||||
fetch: proxyFetch,
|
||||
requestInit: { headers },
|
||||
});
|
||||
await client.connect(sseTransport);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user