@bryan-thompson/inspector-assessment 1.7.0 → 1.7.1

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.
File without changes
File without changes
@@ -1,4 +1,4 @@
1
- import { u as useToast, r as reactExports, j as jsxRuntimeExports, p as parseOAuthCallbackParams, g as generateOAuthErrorDescription, S as SESSION_KEYS, I as InspectorOAuthClientProvider, a as auth } from "./index-nCPw6E-c.js";
1
+ import { u as useToast, r as reactExports, j as jsxRuntimeExports, p as parseOAuthCallbackParams, g as generateOAuthErrorDescription, S as SESSION_KEYS, I as InspectorOAuthClientProvider, a as auth } from "./index-BnFixpvH.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-nCPw6E-c.js";
1
+ import { r as reactExports, S as SESSION_KEYS, p as parseOAuthCallbackParams, j as jsxRuntimeExports, g as generateOAuthErrorDescription } from "./index-BnFixpvH.js";
2
2
  const OAuthDebugCallback = ({ onConnect }) => {
3
3
  reactExports.useEffect(() => {
4
4
  let isProcessed = false;
@@ -16279,7 +16279,7 @@ object({
16279
16279
  token_type_hint: string().optional()
16280
16280
  }).strip();
16281
16281
  const name = "@bryan-thompson/inspector-assessment-client";
16282
- const version$1 = "1.7.0";
16282
+ const version$1 = "1.7.1";
16283
16283
  const packageJson = {
16284
16284
  name,
16285
16285
  version: version$1
@@ -48464,7 +48464,7 @@ const useTheme = () => {
48464
48464
  [theme, setThemeWithSideEffect]
48465
48465
  );
48466
48466
  };
48467
- const version = "1.7.0";
48467
+ const version = "1.7.1";
48468
48468
  var [createTooltipContext] = createContextScope("Tooltip", [
48469
48469
  createPopperScope
48470
48470
  ]);
@@ -60340,13 +60340,13 @@ const App = () => {
60340
60340
  ) });
60341
60341
  if (window.location.pathname === "/oauth/callback") {
60342
60342
  const OAuthCallback = React.lazy(
60343
- () => __vitePreload(() => import("./OAuthCallback-Xo9zS7pv.js"), true ? [] : void 0)
60343
+ () => __vitePreload(() => import("./OAuthCallback-cGhwkoyY.js"), true ? [] : void 0)
60344
60344
  );
60345
60345
  return /* @__PURE__ */ jsxRuntimeExports.jsx(reactExports.Suspense, { fallback: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { children: "Loading..." }), children: /* @__PURE__ */ jsxRuntimeExports.jsx(OAuthCallback, { onConnect: onOAuthConnect }) });
60346
60346
  }
60347
60347
  if (window.location.pathname === "/oauth/callback/debug") {
60348
60348
  const OAuthDebugCallback = React.lazy(
60349
- () => __vitePreload(() => import("./OAuthDebugCallback-CaIey8K_.js"), true ? [] : void 0)
60349
+ () => __vitePreload(() => import("./OAuthDebugCallback-2rmUqser.js"), true ? [] : void 0)
60350
60350
  );
60351
60351
  return /* @__PURE__ */ jsxRuntimeExports.jsx(reactExports.Suspense, { fallback: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { children: "Loading..." }), children: /* @__PURE__ */ jsxRuntimeExports.jsx(OAuthDebugCallback, { onConnect: onOAuthDebugConnect }) });
60352
60352
  }
@@ -5,7 +5,7 @@
5
5
  <link rel="icon" type="image/svg+xml" href="/mcp.svg" />
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
7
  <title>MCP Inspector</title>
8
- <script type="module" crossorigin src="/assets/index-nCPw6E-c.js"></script>
8
+ <script type="module" crossorigin src="/assets/index-BnFixpvH.js"></script>
9
9
  <link rel="stylesheet" crossorigin href="/assets/index-Bj7kEsw0.css">
10
10
  </head>
11
11
  <body>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bryan-thompson/inspector-assessment",
3
- "version": "1.7.0",
3
+ "version": "1.7.1",
4
4
  "description": "Enhanced MCP Inspector with comprehensive assessment capabilities for server validation",
5
5
  "license": "MIT",
6
6
  "author": "Bryan Thompson <bryan@triepod.ai>",