@mcpjam/inspector 0.2.1 → 0.2.2
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-xP3tGoWq.js → OAuthCallback-B9WXxW14.js} +1 -1
- package/client/dist/assets/{OAuthDebugCallback-CV6g5aop.js → OAuthDebugCallback-Dypsoomr.js} +1 -1
- package/client/dist/assets/{index-1_BV85UY.js → index-BwJsKGKK.js} +6 -12
- 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-BwJsKGKK.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-CV6g5aop.js → OAuthDebugCallback-Dypsoomr.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-BwJsKGKK.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-B9WXxW14.js","assets/oauthUtils-DTcoXpSP.js","assets/OAuthDebugCallback-Dypsoomr.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);
|
|
@@ -28609,7 +28609,7 @@ const useTheme = () => {
|
|
|
28609
28609
|
[theme, setThemeWithSideEffect]
|
|
28610
28610
|
);
|
|
28611
28611
|
};
|
|
28612
|
-
const version$1 = "0.2.
|
|
28612
|
+
const version$1 = "0.2.2";
|
|
28613
28613
|
var [createTooltipContext, createTooltipScope] = createContextScope("Tooltip", [
|
|
28614
28614
|
createPopperScope
|
|
28615
28615
|
]);
|
|
@@ -40809,7 +40809,7 @@ Anthropic.Models = Models2;
|
|
|
40809
40809
|
Anthropic.Beta = Beta;
|
|
40810
40810
|
const { HUMAN_PROMPT, AI_PROMPT } = Anthropic;
|
|
40811
40811
|
const readline = {};
|
|
40812
|
-
const version = "0.2.
|
|
40812
|
+
const version = "0.2.2";
|
|
40813
40813
|
const packageJson = {
|
|
40814
40814
|
version
|
|
40815
40815
|
};
|
|
@@ -43808,7 +43808,7 @@ const App = () => {
|
|
|
43808
43808
|
}, []);
|
|
43809
43809
|
if (window.location.pathname === "/oauth/callback") {
|
|
43810
43810
|
const OAuthCallback = React.lazy(
|
|
43811
|
-
() => __vitePreload(() => import("./OAuthCallback-
|
|
43811
|
+
() => __vitePreload(() => import("./OAuthCallback-B9WXxW14.js"), true ? __vite__mapDeps([0,1]) : void 0)
|
|
43812
43812
|
);
|
|
43813
43813
|
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(
|
|
43814
43814
|
reactExports.Suspense,
|
|
@@ -43823,7 +43823,7 @@ const App = () => {
|
|
|
43823
43823
|
}
|
|
43824
43824
|
if (window.location.pathname === "/oauth/callback/debug") {
|
|
43825
43825
|
const OAuthDebugCallback = React.lazy(
|
|
43826
|
-
() => __vitePreload(() => import("./OAuthDebugCallback-
|
|
43826
|
+
() => __vitePreload(() => import("./OAuthDebugCallback-Dypsoomr.js"), true ? __vite__mapDeps([2,1]) : void 0)
|
|
43827
43827
|
);
|
|
43828
43828
|
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(
|
|
43829
43829
|
reactExports.Suspense,
|
|
@@ -44089,13 +44089,7 @@ const App = () => {
|
|
|
44089
44089
|
}
|
|
44090
44090
|
);
|
|
44091
44091
|
case "settings":
|
|
44092
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
44093
|
-
SettingsTab,
|
|
44094
|
-
{
|
|
44095
|
-
onApiKeyChange: handleApiKeyChange,
|
|
44096
|
-
disabled: connectionStatus !== "connected" && connectionStatus !== "disconnected"
|
|
44097
|
-
}
|
|
44098
|
-
);
|
|
44092
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx(SettingsTab, { onApiKeyChange: handleApiKeyChange });
|
|
44099
44093
|
default:
|
|
44100
44094
|
return null;
|
|
44101
44095
|
}
|
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-BwJsKGKK.js"></script>
|
|
9
9
|
<link rel="stylesheet" crossorigin href="/assets/index-C9Kqkwaq.css">
|
|
10
10
|
</head>
|
|
11
11
|
<body>
|