fix: Proxy for SSE

This commit is contained in:
Roman Davydchuk 2025-11-20 19:24:54 +02:00
parent 4ebeaf09eb
commit 53a0e41f32
No known key found for this signature in database
GPG Key ID: D89CEFB786D4B52F

View File

@ -159,6 +159,7 @@ export async function connectMcpClient({
},
}),
},
fetch: proxyFetch,
requestInit: { headers },
});
await client.connect(sseTransport);