align-mcp-remote 0.1.43 → 0.1.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -15632,7 +15632,7 @@ var Client = class extends Protocol {
|
|
|
15632
15632
|
};
|
|
15633
15633
|
|
|
15634
15634
|
// package.json
|
|
15635
|
-
var version2 = "0.1.
|
|
15635
|
+
var version2 = "0.1.43";
|
|
15636
15636
|
|
|
15637
15637
|
// node_modules/pkce-challenge/dist/index.node.js
|
|
15638
15638
|
var crypto;
|
|
@@ -18220,7 +18220,7 @@ async function connectToRemoteServer(client, serverUrl, authProvider, headers, a
|
|
|
18220
18220
|
await transport.start();
|
|
18221
18221
|
if (!sseTransport) {
|
|
18222
18222
|
debugLog("Creating test transport for HTTP-only connection test");
|
|
18223
|
-
const testTransport = new StreamableHTTPClientTransport(url2, { authProvider, requestInit: { headers } });
|
|
18223
|
+
const testTransport = new StreamableHTTPClientTransport(url2, { authProvider, requestInit: { headers }, fetch: fetchWithDownstreamHeader });
|
|
18224
18224
|
const testClient = new Client({ name: "mcp-remote-fallback-test", version: "0.0.0" }, { capabilities: {} });
|
|
18225
18225
|
await testClient.connect(testTransport);
|
|
18226
18226
|
}
|
package/dist/client.js
CHANGED
package/dist/proxy.js
CHANGED