up-mcp-bridge 1.0.2 → 1.0.4

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.
@@ -18043,7 +18043,7 @@ var Client = class extends Protocol {
18043
18043
  };
18044
18044
 
18045
18045
  // package.json
18046
- var version2 = "1.0.1";
18046
+ var version2 = "1.0.4";
18047
18047
 
18048
18048
  // node_modules/pkce-challenge/dist/index.node.js
18049
18049
  var crypto;
package/dist/client.js CHANGED
@@ -12,7 +12,7 @@ import {
12
12
  parseCommandLineArgs,
13
13
  setupSignalHandlers,
14
14
  version
15
- } from "./chunk-3OI3JDYP.js";
15
+ } from "./chunk-D7PYIPZK.js";
16
16
 
17
17
  // src/client.ts
18
18
  import { EventEmitter } from "events";
package/dist/proxy.js CHANGED
@@ -9,8 +9,9 @@ import {
9
9
  log,
10
10
  mcpProxy,
11
11
  parseCommandLineArgs,
12
- setupSignalHandlers
13
- } from "./chunk-3OI3JDYP.js";
12
+ setupSignalHandlers,
13
+ version
14
+ } from "./chunk-D7PYIPZK.js";
14
15
 
15
16
  // src/proxy.ts
16
17
  import { EventEmitter } from "events";
@@ -111,6 +112,7 @@ var StdioServerTransport = class {
111
112
  };
112
113
 
113
114
  // src/proxy.ts
115
+ log(`[Startup] up-mcp-bridge v${version} starting...`);
114
116
  async function runProxy(serverUrl, callbackPort, headers, transportStrategy = "http-first", host, staticOAuthClientMetadata, staticOAuthClientInfo, authorizeResource, ignoredTools, authTimeoutMs, serverUrlHash, reconnectOptions) {
115
117
  const events = new EventEmitter();
116
118
  const authCoordinator = createLazyAuthCoordinator(serverUrlHash, callbackPort, events, authTimeoutMs);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "up-mcp-bridge",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "Remote proxy for MCP with auto-reconnect support. Fork of mcp-remote with transparent server restart handling.",
5
5
  "keywords": [
6
6
  "mcp",