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.32";
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
@@ -12,7 +12,7 @@ import {
12
12
  parseCommandLineArgs,
13
13
  setupSignalHandlers,
14
14
  version
15
- } from "./chunk-7L3WD5OH.js";
15
+ } from "./chunk-AWBQ5KVS.js";
16
16
 
17
17
  // src/client.ts
18
18
  import { EventEmitter } from "events";
package/dist/proxy.js CHANGED
@@ -10,7 +10,7 @@ import {
10
10
  mcpProxy,
11
11
  parseCommandLineArgs,
12
12
  setupSignalHandlers
13
- } from "./chunk-7L3WD5OH.js";
13
+ } from "./chunk-AWBQ5KVS.js";
14
14
 
15
15
  // src/proxy.ts
16
16
  import { EventEmitter } from "events";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-remote",
3
- "version": "0.1.33",
3
+ "version": "0.1.34",
4
4
  "description": "Remote proxy for Model Context Protocol, allowing local-only clients to connect to remote servers using oAuth",
5
5
  "keywords": [
6
6
  "mcp",