@mcpjam/inspector 0.1.4 → 0.1.5
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-6y8mD7ke.js → OAuthCallback-CHBqWOc7.js} +1 -1
- package/client/dist/assets/{OAuthDebugCallback-B8mHfUnK.js → OAuthDebugCallback-BuULQ2Jc.js} +1 -1
- package/client/dist/assets/{index-Be9LHGhj.js → index-DCuo5o9C.js} +5 -5
- package/client/dist/index.html +1 -1
- package/package.json +1 -1
|
@@ -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-
|
|
1
|
+
import { u as useToast, r as reactExports, j as jsxRuntimeExports, S as SESSION_KEYS, I as InspectorOAuthClientProvider, a as auth } from "./index-DCuo5o9C.js";
|
|
2
2
|
import { p as parseOAuthCallbackParams, g as generateOAuthErrorDescription } from "./oauthUtils-DTcoXpSP.js";
|
|
3
3
|
const OAuthCallback = ({ onConnect }) => {
|
|
4
4
|
const { toast } = useToast();
|
package/client/dist/assets/{OAuthDebugCallback-B8mHfUnK.js → OAuthDebugCallback-BuULQ2Jc.js}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as reactExports, S as SESSION_KEYS, j as jsxRuntimeExports } from "./index-
|
|
1
|
+
import { r as reactExports, S as SESSION_KEYS, j as jsxRuntimeExports } from "./index-DCuo5o9C.js";
|
|
2
2
|
import { p as parseOAuthCallbackParams, g as generateOAuthErrorDescription } from "./oauthUtils-DTcoXpSP.js";
|
|
3
3
|
const OAuthDebugCallback = ({ onConnect }) => {
|
|
4
4
|
reactExports.useEffect(() => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/OAuthCallback-
|
|
1
|
+
const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/OAuthCallback-CHBqWOc7.js","assets/oauthUtils-DTcoXpSP.js","assets/OAuthDebugCallback-BuULQ2Jc.js"])))=>i.map(i=>d[i]);
|
|
2
2
|
var __defProp = Object.defineProperty;
|
|
3
3
|
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
4
4
|
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
@@ -23935,7 +23935,7 @@ class DebugInspectorOAuthClientProvider extends InspectorOAuthClientProvider {
|
|
|
23935
23935
|
);
|
|
23936
23936
|
}
|
|
23937
23937
|
}
|
|
23938
|
-
const version$1 = "0.1.
|
|
23938
|
+
const version$1 = "0.1.5";
|
|
23939
23939
|
const packageJson = {
|
|
23940
23940
|
version: version$1
|
|
23941
23941
|
};
|
|
@@ -39165,7 +39165,7 @@ const useTheme = () => {
|
|
|
39165
39165
|
[theme, setThemeWithSideEffect]
|
|
39166
39166
|
);
|
|
39167
39167
|
};
|
|
39168
|
-
const version = "0.1.
|
|
39168
|
+
const version = "0.1.5";
|
|
39169
39169
|
const Sidebar = ({
|
|
39170
39170
|
currentPage,
|
|
39171
39171
|
onPageChange,
|
|
@@ -40961,7 +40961,7 @@ const App = () => {
|
|
|
40961
40961
|
};
|
|
40962
40962
|
if (window.location.pathname === "/oauth/callback") {
|
|
40963
40963
|
const OAuthCallback = React.lazy(
|
|
40964
|
-
() => __vitePreload(() => import("./OAuthCallback-
|
|
40964
|
+
() => __vitePreload(() => import("./OAuthCallback-CHBqWOc7.js"), true ? __vite__mapDeps([0,1]) : void 0)
|
|
40965
40965
|
);
|
|
40966
40966
|
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(
|
|
40967
40967
|
reactExports.Suspense,
|
|
@@ -40976,7 +40976,7 @@ const App = () => {
|
|
|
40976
40976
|
}
|
|
40977
40977
|
if (window.location.pathname === "/oauth/callback/debug") {
|
|
40978
40978
|
const OAuthDebugCallback = React.lazy(
|
|
40979
|
-
() => __vitePreload(() => import("./OAuthDebugCallback-
|
|
40979
|
+
() => __vitePreload(() => import("./OAuthDebugCallback-BuULQ2Jc.js"), true ? __vite__mapDeps([2,1]) : void 0)
|
|
40980
40980
|
);
|
|
40981
40981
|
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(
|
|
40982
40982
|
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-DCuo5o9C.js"></script>
|
|
9
9
|
<link rel="stylesheet" crossorigin href="/assets/index-DfXL7p_B.css">
|
|
10
10
|
</head>
|
|
11
11
|
<body>
|