@mcpjam/inspector 0.1.2 → 0.1.3

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.
@@ -42,13 +42,13 @@ const server = http.createServer((request, response) => {
42
42
  const port = process.env.PORT || 6274;
43
43
  server.on("listening", () => {
44
44
  console.log(
45
- `🔍 MCP Inspector is up and running at http://127.0.0.1:${port} 🚀`,
45
+ `🔍 MCPJam Inspector is up and running at http://127.0.0.1:${port} 🚀`,
46
46
  );
47
47
  });
48
48
  server.on("error", (err) => {
49
49
  if (err.message.includes(`EADDRINUSE`)) {
50
50
  console.error(
51
- `❌ MCP Inspector PORT IS IN USE at http://127.0.0.1:${port} ❌ `,
51
+ `❌ MCPJam Inspector PORT IS IN USE at http://127.0.0.1:${port} ❌ `,
52
52
  );
53
53
  } else {
54
54
  throw err;
@@ -1,4 +1,4 @@
1
- import { u as useToast, r as reactExports, j as jsxRuntimeExports, S as SESSION_KEYS, I as InspectorOAuthClientProvider, a as auth } from "./index-BS_GqE2l.js";
1
+ import { u as useToast, r as reactExports, j as jsxRuntimeExports, S as SESSION_KEYS, I as InspectorOAuthClientProvider, a as auth } from "./index-0M1YGFzn.js";
2
2
  import { p as parseOAuthCallbackParams, g as generateOAuthErrorDescription } from "./oauthUtils-DTcoXpSP.js";
3
3
  const OAuthCallback = ({ onConnect }) => {
4
4
  const { toast } = useToast();
@@ -1,4 +1,4 @@
1
- import { r as reactExports, S as SESSION_KEYS, j as jsxRuntimeExports } from "./index-BS_GqE2l.js";
1
+ import { r as reactExports, S as SESSION_KEYS, j as jsxRuntimeExports } from "./index-0M1YGFzn.js";
2
2
  import { p as parseOAuthCallbackParams, g as generateOAuthErrorDescription } from "./oauthUtils-DTcoXpSP.js";
3
3
  const OAuthDebugCallback = ({ onConnect }) => {
4
4
  reactExports.useEffect(() => {