@mcpjam/inspector 1.0.9 → 1.0.11

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.
@@ -5,7 +5,7 @@
5
5
  <link rel="icon" type="image/svg+xml" href="/mcp_jam.svg" />
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
7
  <title>MCPJam Inspector</title>
8
- <script type="module" crossorigin src="/assets/index-DnqKdYct.js"></script>
8
+ <script type="module" crossorigin src="/assets/index-D2JZI6zU.js"></script>
9
9
  <link rel="stylesheet" crossorigin href="/assets/index-rt9IYzHW.css">
10
10
  </head>
11
11
  <body>
@@ -10333,7 +10333,7 @@ if (process.env.NODE_ENV === "production") {
10333
10333
  });
10334
10334
  }
10335
10335
  var port = parseInt(process.env.PORT || "3001");
10336
- var hostname = process.env.ENVIRONMENT === "production" ? "127.0.0.1" : "localhost";
10336
+ var hostname = process.env.ENVIRONMENT === "dev" ? "localhost" : "127.0.0.1";
10337
10337
  logBox(`http://${hostname}:${port}`, "\u{1F680} Inspector Launched");
10338
10338
  var server = serve({
10339
10339
  fetch: app.fetch,