mcp-remote 0.1.33 → 0.1.34
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.
|
@@ -11872,7 +11872,7 @@ var Client = class extends Protocol {
|
|
|
11872
11872
|
};
|
|
11873
11873
|
|
|
11874
11874
|
// package.json
|
|
11875
|
-
var version = "0.1.
|
|
11875
|
+
var version = "0.1.33";
|
|
11876
11876
|
|
|
11877
11877
|
// node_modules/.pnpm/pkce-challenge@5.0.0/node_modules/pkce-challenge/dist/index.node.js
|
|
11878
11878
|
var crypto;
|
|
@@ -14198,7 +14198,7 @@ function setupOAuthCallbackServerWithLongPoll(options) {
|
|
|
14198
14198
|
`);
|
|
14199
14199
|
options.events.emit("auth-code-received", code);
|
|
14200
14200
|
});
|
|
14201
|
-
const server = app.listen(options.port, () => {
|
|
14201
|
+
const server = app.listen(options.port, "127.0.0.1", () => {
|
|
14202
14202
|
log(`OAuth callback server running at http://127.0.0.1:${options.port}`);
|
|
14203
14203
|
});
|
|
14204
14204
|
const waitForAuthCode = () => {
|
package/dist/client.js
CHANGED
package/dist/proxy.js
CHANGED