@bryan-thompson/inspector-assessment-client 1.21.1 → 1.21.3
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/dist/assets/{OAuthCallback-DUSgcBE6.js → OAuthCallback-CnysqlOK.js} +1 -1
- package/dist/assets/{OAuthDebugCallback-CEvi6Nn-.js → OAuthDebugCallback-B1w8OH9C.js} +1 -1
- package/dist/assets/{index-ClEzC0D9.js → index-De0lVe_a.js} +4 -4
- package/dist/index.html +1 -1
- package/lib/lib/moduleScoring.js +3 -3
- package/package.json +1 -1
|
@@ -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-
|
|
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-De0lVe_a.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-
|
|
1
|
+
import { r as reactExports, S as SESSION_KEYS, p as parseOAuthCallbackParams, j as jsxRuntimeExports, g as generateOAuthErrorDescription } from "./index-De0lVe_a.js";
|
|
2
2
|
const OAuthDebugCallback = ({ onConnect }) => {
|
|
3
3
|
reactExports.useEffect(() => {
|
|
4
4
|
let isProcessed = false;
|
|
@@ -16320,7 +16320,7 @@ object({
|
|
|
16320
16320
|
token_type_hint: string().optional()
|
|
16321
16321
|
}).strip();
|
|
16322
16322
|
const name = "@bryan-thompson/inspector-assessment-client";
|
|
16323
|
-
const version$1 = "1.21.
|
|
16323
|
+
const version$1 = "1.21.2";
|
|
16324
16324
|
const packageJson = {
|
|
16325
16325
|
name,
|
|
16326
16326
|
version: version$1
|
|
@@ -45352,7 +45352,7 @@ const useTheme = () => {
|
|
|
45352
45352
|
[theme, setThemeWithSideEffect]
|
|
45353
45353
|
);
|
|
45354
45354
|
};
|
|
45355
|
-
const version = "1.21.
|
|
45355
|
+
const version = "1.21.2";
|
|
45356
45356
|
var [createTooltipContext] = createContextScope("Tooltip", [
|
|
45357
45357
|
createPopperScope
|
|
45358
45358
|
]);
|
|
@@ -59174,13 +59174,13 @@ const App = () => {
|
|
|
59174
59174
|
) });
|
|
59175
59175
|
if (window.location.pathname === "/oauth/callback") {
|
|
59176
59176
|
const OAuthCallback = React.lazy(
|
|
59177
|
-
() => __vitePreload(() => import("./OAuthCallback-
|
|
59177
|
+
() => __vitePreload(() => import("./OAuthCallback-CnysqlOK.js"), true ? [] : void 0)
|
|
59178
59178
|
);
|
|
59179
59179
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(reactExports.Suspense, { fallback: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { children: "Loading..." }), children: /* @__PURE__ */ jsxRuntimeExports.jsx(OAuthCallback, { onConnect: onOAuthConnect }) });
|
|
59180
59180
|
}
|
|
59181
59181
|
if (window.location.pathname === "/oauth/callback/debug") {
|
|
59182
59182
|
const OAuthDebugCallback = React.lazy(
|
|
59183
|
-
() => __vitePreload(() => import("./OAuthDebugCallback-
|
|
59183
|
+
() => __vitePreload(() => import("./OAuthDebugCallback-B1w8OH9C.js"), true ? [] : void 0)
|
|
59184
59184
|
);
|
|
59185
59185
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(reactExports.Suspense, { fallback: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { children: "Loading..." }), children: /* @__PURE__ */ jsxRuntimeExports.jsx(OAuthDebugCallback, { onConnect: onOAuthDebugConnect }) });
|
|
59186
59186
|
}
|
package/dist/index.html
CHANGED
|
@@ -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-
|
|
8
|
+
<script type="module" crossorigin src="/assets/index-De0lVe_a.js"></script>
|
|
9
9
|
<link rel="stylesheet" crossorigin href="/assets/index-DiyPO_Zj.css">
|
|
10
10
|
</head>
|
|
11
11
|
<body>
|
package/lib/lib/moduleScoring.js
CHANGED
|
@@ -29,9 +29,9 @@ export function calculateModuleScore(result) {
|
|
|
29
29
|
if (r.complianceScore !== undefined) {
|
|
30
30
|
return Math.round(r.complianceScore);
|
|
31
31
|
}
|
|
32
|
-
// Functionality module - uses
|
|
33
|
-
if (r.
|
|
34
|
-
return Math.round(r.
|
|
32
|
+
// Functionality module - uses coveragePercentage
|
|
33
|
+
if (r.coveragePercentage !== undefined) {
|
|
34
|
+
return Math.round(r.coveragePercentage);
|
|
35
35
|
}
|
|
36
36
|
// Security module - 100% if no vulns, lower based on vuln count
|
|
37
37
|
if (Array.isArray(r.vulnerabilities)) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bryan-thompson/inspector-assessment-client",
|
|
3
|
-
"version": "1.21.
|
|
3
|
+
"version": "1.21.3",
|
|
4
4
|
"description": "Client-side application for the Enhanced MCP Inspector with assessment capabilities",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Bryan Thompson <bryan@triepod.ai>",
|