@mcpjam/inspector 0.3.6 → 0.3.7
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.
- package/client/dist/assets/{OAuthCallback-Bgz6lAmx.js → OAuthCallback-CEBEd-Vt.js} +1 -1
- package/client/dist/assets/{OAuthDebugCallback-Gd08QO37.js → OAuthDebugCallback-D-raj6yP.js} +1 -1
- package/client/dist/assets/{index-Bgrnc5s2.js → index-BG-3VNs4.js} +4 -4
- package/client/dist/index.html +1 -1
- package/package.json +1 -1
|
@@ -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-
|
|
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";
|
|
2
2
|
const OAuthCallback = ({ onConnect }) => {
|
|
3
3
|
const { toast } = useToast();
|
|
4
4
|
const hasProcessedRef = reactExports.useRef(false);
|
package/client/dist/assets/{OAuthDebugCallback-Gd08QO37.js → OAuthDebugCallback-D-raj6yP.js}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as reactExports, S as SESSION_KEYS, p as parseOAuthCallbackParams, j as jsxRuntimeExports, g as generateOAuthErrorDescription } from "./index-
|
|
1
|
+
import { r as reactExports, S as SESSION_KEYS, p as parseOAuthCallbackParams, j as jsxRuntimeExports, g as generateOAuthErrorDescription } from "./index-BG-3VNs4.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.
|
|
34091
|
+
const version$1 = "0.3.7";
|
|
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.
|
|
52104
|
+
const version = "0.3.7";
|
|
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-
|
|
62792
|
+
const OAuthCallback = React.lazy(() => __vitePreload(() => import("./OAuthCallback-CEBEd-Vt.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-
|
|
62806
|
+
() => __vitePreload(() => import("./OAuthDebugCallback-D-raj6yP.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,
|
package/client/dist/index.html
CHANGED
|
@@ -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-
|
|
8
|
+
<script type="module" crossorigin src="/assets/index-BG-3VNs4.js"></script>
|
|
9
9
|
<link rel="stylesheet" crossorigin href="/assets/index-CWDemo1t.css">
|
|
10
10
|
</head>
|
|
11
11
|
<body>
|