@mcpjam/inspector 0.3.7 → 0.3.8

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.
@@ -1,4 +1,4 @@
1
- import { u as useToast, r as reactExports, S as SESSION_KEYS, j as jsxRuntimeExports, p as parseOAuthCallbackParams, g as generateOAuthErrorDescription, I as InspectorOAuthClientProvider, a as auth } from "./index-BG-3VNs4.js";
1
+ import { u as useToast, r as reactExports, S as SESSION_KEYS, j as jsxRuntimeExports, p as parseOAuthCallbackParams, g as generateOAuthErrorDescription, I as InspectorOAuthClientProvider, a as auth } from "./index-DTD8_Uq7.js";
2
2
  const OAuthCallback = ({ onConnect }) => {
3
3
  const { toast } = useToast();
4
4
  const hasProcessedRef = reactExports.useRef(false);
@@ -1,4 +1,4 @@
1
- import { r as reactExports, S as SESSION_KEYS, p as parseOAuthCallbackParams, j as jsxRuntimeExports, g as generateOAuthErrorDescription } from "./index-BG-3VNs4.js";
1
+ import { r as reactExports, S as SESSION_KEYS, p as parseOAuthCallbackParams, j as jsxRuntimeExports, g as generateOAuthErrorDescription } from "./index-DTD8_Uq7.js";
2
2
  const OAuthDebugCallback = ({ onConnect }) => {
3
3
  reactExports.useEffect(() => {
4
4
  let isProcessed = false;
@@ -34088,7 +34088,7 @@ const useTheme = () => {
34088
34088
  [theme, setThemeWithSideEffect]
34089
34089
  );
34090
34090
  };
34091
- const version$1 = "0.3.7";
34091
+ const version$1 = "0.3.8";
34092
34092
  var [createTooltipContext, createTooltipScope] = createContextScope("Tooltip", [
34093
34093
  createPopperScope
34094
34094
  ]);
@@ -52101,7 +52101,7 @@ class Client extends Protocol {
52101
52101
  return this.notification({ method: "notifications/roots/list_changed" });
52102
52102
  }
52103
52103
  }
52104
- const version = "0.3.7";
52104
+ const version = "0.3.8";
52105
52105
  const packageJson = {
52106
52106
  version
52107
52107
  };
@@ -62789,7 +62789,7 @@ const __vitePreload = function preload(baseModule, deps, importerUrl) {
62789
62789
  });
62790
62790
  };
62791
62791
  const renderOAuthCallback = (onOAuthConnect) => {
62792
- const OAuthCallback = React.lazy(() => __vitePreload(() => import("./OAuthCallback-CEBEd-Vt.js"), true ? [] : void 0));
62792
+ const OAuthCallback = React.lazy(() => __vitePreload(() => import("./OAuthCallback-Dovy-wwC.js"), true ? [] : void 0));
62793
62793
  return /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "min-h-screen bg-gradient-to-br from-slate-50 to-slate-100 dark:from-slate-900 dark:to-slate-800 flex items-center justify-center", children: /* @__PURE__ */ jsxRuntimeExports.jsx(
62794
62794
  reactExports.Suspense,
62795
62795
  {
@@ -62803,7 +62803,7 @@ const renderOAuthCallback = (onOAuthConnect) => {
62803
62803
  };
62804
62804
  const renderOAuthDebugCallback = (onOAuthDebugConnect) => {
62805
62805
  const OAuthDebugCallback = React.lazy(
62806
- () => __vitePreload(() => import("./OAuthDebugCallback-D-raj6yP.js"), true ? [] : void 0)
62806
+ () => __vitePreload(() => import("./OAuthDebugCallback-CP9EZ76u.js"), true ? [] : void 0)
62807
62807
  );
62808
62808
  return /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "min-h-screen bg-gradient-to-br from-slate-50 to-slate-100 dark:from-slate-900 dark:to-slate-800 flex items-center justify-center", children: /* @__PURE__ */ jsxRuntimeExports.jsx(
62809
62809
  reactExports.Suspense,
@@ -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-BG-3VNs4.js"></script>
8
+ <script type="module" crossorigin src="/assets/index-DTD8_Uq7.js"></script>
9
9
  <link rel="stylesheet" crossorigin href="/assets/index-CWDemo1t.css">
10
10
  </head>
11
11
  <body>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mcpjam/inspector",
3
- "version": "0.3.7",
3
+ "version": "0.3.8",
4
4
  "description": "MCPJam inspector",
5
5
  "license": "Apache-2.0",
6
6
  "author": "MCPJam (https://mcpjam.com)",
@@ -44,6 +44,7 @@
44
44
  "dependencies": {
45
45
  "@anthropic-ai/sdk": "^0.52.0",
46
46
  "@heroicons/react": "^2.2.0",
47
+ "@libsql/client": "^0.14.0",
47
48
  "@mcpjam/inspector-cli": "^0.1.6",
48
49
  "@mcpjam/inspector-client": "^0.1.6",
49
50
  "@mcpjam/inspector-server": "^0.1.6",