@bryan-thompson/inspector-assessment 1.42.1 → 1.42.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/cli/package.json +1 -1
- package/client/dist/assets/{OAuthCallback-HA09kzUo.js → OAuthCallback-F84Oghu8.js} +1 -1
- package/client/dist/assets/{OAuthDebugCallback-DipYQsnU.js → OAuthDebugCallback-BsslP4Ur.js} +1 -1
- package/client/dist/assets/{index-BHI0HzI3.js → index-BLQWnT3h.js} +4 -4
- package/client/dist/index.html +1 -1
- package/client/lib/lib/assessment/jsonlEventSchemas.d.ts +34 -34
- package/client/lib/services/assessment/patterns/patternLoader.d.ts.map +1 -1
- package/client/lib/services/assessment/patterns/patternLoader.js +3 -2
- package/client/package.json +1 -1
- package/package.json +1 -1
- package/server/package.json +1 -1
package/cli/package.json
CHANGED
|
@@ -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-BLQWnT3h.js";
|
|
2
2
|
const OAuthCallback = ({ onConnect }) => {
|
|
3
3
|
const { toast } = useToast();
|
|
4
4
|
const hasProcessedRef = reactExports.useRef(false);
|
package/client/dist/assets/{OAuthDebugCallback-DipYQsnU.js → OAuthDebugCallback-BsslP4Ur.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-BLQWnT3h.js";
|
|
2
2
|
const OAuthDebugCallback = ({ onConnect }) => {
|
|
3
3
|
reactExports.useEffect(() => {
|
|
4
4
|
let isProcessed = false;
|
|
@@ -16373,7 +16373,7 @@ object({
|
|
|
16373
16373
|
token_type_hint: string().optional()
|
|
16374
16374
|
}).strip();
|
|
16375
16375
|
const name = "@bryan-thompson/inspector-assessment-client";
|
|
16376
|
-
const version$1 = "1.42.
|
|
16376
|
+
const version$1 = "1.42.2";
|
|
16377
16377
|
const packageJson = {
|
|
16378
16378
|
name,
|
|
16379
16379
|
version: version$1
|
|
@@ -49456,7 +49456,7 @@ const useTheme = () => {
|
|
|
49456
49456
|
[theme, setThemeWithSideEffect]
|
|
49457
49457
|
);
|
|
49458
49458
|
};
|
|
49459
|
-
const version = "1.42.
|
|
49459
|
+
const version = "1.42.2";
|
|
49460
49460
|
var [createTooltipContext] = createContextScope("Tooltip", [
|
|
49461
49461
|
createPopperScope
|
|
49462
49462
|
]);
|
|
@@ -52799,13 +52799,13 @@ const App = () => {
|
|
|
52799
52799
|
};
|
|
52800
52800
|
if (window.location.pathname === "/oauth/callback") {
|
|
52801
52801
|
const OAuthCallback = React.lazy(
|
|
52802
|
-
() => __vitePreload(() => import("./OAuthCallback-
|
|
52802
|
+
() => __vitePreload(() => import("./OAuthCallback-F84Oghu8.js"), true ? [] : void 0)
|
|
52803
52803
|
);
|
|
52804
52804
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(reactExports.Suspense, { fallback: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { children: "Loading..." }), children: /* @__PURE__ */ jsxRuntimeExports.jsx(OAuthCallback, { onConnect: onOAuthConnect }) });
|
|
52805
52805
|
}
|
|
52806
52806
|
if (window.location.pathname === "/oauth/callback/debug") {
|
|
52807
52807
|
const OAuthDebugCallback = React.lazy(
|
|
52808
|
-
() => __vitePreload(() => import("./OAuthDebugCallback-
|
|
52808
|
+
() => __vitePreload(() => import("./OAuthDebugCallback-BsslP4Ur.js"), true ? [] : void 0)
|
|
52809
52809
|
);
|
|
52810
52810
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(reactExports.Suspense, { fallback: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { children: "Loading..." }), children: /* @__PURE__ */ jsxRuntimeExports.jsx(OAuthDebugCallback, { onConnect: onOAuthDebugConnect }) });
|
|
52811
52811
|
}
|
package/client/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-BLQWnT3h.js"></script>
|
|
9
9
|
<link rel="stylesheet" crossorigin href="/assets/index-BoUA5OL1.css">
|
|
10
10
|
</head>
|
|
11
11
|
<body>
|
|
@@ -65,14 +65,14 @@ export declare const ToolParamSchema: z.ZodObject<{
|
|
|
65
65
|
description: z.ZodOptional<z.ZodString>;
|
|
66
66
|
}, "strip", z.ZodTypeAny, {
|
|
67
67
|
name?: string;
|
|
68
|
+
type?: string;
|
|
68
69
|
description?: string;
|
|
69
70
|
required?: boolean;
|
|
70
|
-
type?: string;
|
|
71
71
|
}, {
|
|
72
72
|
name?: string;
|
|
73
|
+
type?: string;
|
|
73
74
|
description?: string;
|
|
74
75
|
required?: boolean;
|
|
75
|
-
type?: string;
|
|
76
76
|
}>;
|
|
77
77
|
export type ToolParam = z.infer<typeof ToolParamSchema>;
|
|
78
78
|
/**
|
|
@@ -243,14 +243,14 @@ export declare const ToolDiscoveredEventSchema: z.ZodObject<{
|
|
|
243
243
|
description: z.ZodOptional<z.ZodString>;
|
|
244
244
|
}, "strip", z.ZodTypeAny, {
|
|
245
245
|
name?: string;
|
|
246
|
+
type?: string;
|
|
246
247
|
description?: string;
|
|
247
248
|
required?: boolean;
|
|
248
|
-
type?: string;
|
|
249
249
|
}, {
|
|
250
250
|
name?: string;
|
|
251
|
+
type?: string;
|
|
251
252
|
description?: string;
|
|
252
253
|
required?: boolean;
|
|
253
|
-
type?: string;
|
|
254
254
|
}>, "many">;
|
|
255
255
|
annotations: z.ZodNullable<z.ZodObject<{
|
|
256
256
|
readOnlyHint: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -282,9 +282,9 @@ export declare const ToolDiscoveredEventSchema: z.ZodObject<{
|
|
|
282
282
|
schemaVersion?: number;
|
|
283
283
|
params?: {
|
|
284
284
|
name?: string;
|
|
285
|
+
type?: string;
|
|
285
286
|
description?: string;
|
|
286
287
|
required?: boolean;
|
|
287
|
-
type?: string;
|
|
288
288
|
}[];
|
|
289
289
|
}, {
|
|
290
290
|
name?: string;
|
|
@@ -300,9 +300,9 @@ export declare const ToolDiscoveredEventSchema: z.ZodObject<{
|
|
|
300
300
|
schemaVersion?: number;
|
|
301
301
|
params?: {
|
|
302
302
|
name?: string;
|
|
303
|
+
type?: string;
|
|
303
304
|
description?: string;
|
|
304
305
|
required?: boolean;
|
|
305
|
-
type?: string;
|
|
306
306
|
}[];
|
|
307
307
|
}>;
|
|
308
308
|
export type ToolDiscoveredEvent = z.infer<typeof ToolDiscoveredEventSchema>;
|
|
@@ -666,14 +666,14 @@ export declare const AnnotationMissingEventSchema: z.ZodObject<{
|
|
|
666
666
|
description: z.ZodOptional<z.ZodString>;
|
|
667
667
|
}, "strip", z.ZodTypeAny, {
|
|
668
668
|
name?: string;
|
|
669
|
+
type?: string;
|
|
669
670
|
description?: string;
|
|
670
671
|
required?: boolean;
|
|
671
|
-
type?: string;
|
|
672
672
|
}, {
|
|
673
673
|
name?: string;
|
|
674
|
+
type?: string;
|
|
674
675
|
description?: string;
|
|
675
676
|
required?: boolean;
|
|
676
|
-
type?: string;
|
|
677
677
|
}>, "many">;
|
|
678
678
|
inferredBehavior: z.ZodObject<{
|
|
679
679
|
expectedReadOnly: z.ZodBoolean;
|
|
@@ -697,9 +697,9 @@ export declare const AnnotationMissingEventSchema: z.ZodObject<{
|
|
|
697
697
|
tool?: string;
|
|
698
698
|
parameters?: {
|
|
699
699
|
name?: string;
|
|
700
|
+
type?: string;
|
|
700
701
|
description?: string;
|
|
701
702
|
required?: boolean;
|
|
702
|
-
type?: string;
|
|
703
703
|
}[];
|
|
704
704
|
inferredBehavior?: {
|
|
705
705
|
reason?: string;
|
|
@@ -715,9 +715,9 @@ export declare const AnnotationMissingEventSchema: z.ZodObject<{
|
|
|
715
715
|
tool?: string;
|
|
716
716
|
parameters?: {
|
|
717
717
|
name?: string;
|
|
718
|
+
type?: string;
|
|
718
719
|
description?: string;
|
|
719
720
|
required?: boolean;
|
|
720
|
-
type?: string;
|
|
721
721
|
}[];
|
|
722
722
|
inferredBehavior?: {
|
|
723
723
|
reason?: string;
|
|
@@ -746,14 +746,14 @@ export declare const AnnotationMisalignedEventSchema: z.ZodObject<{
|
|
|
746
746
|
description: z.ZodOptional<z.ZodString>;
|
|
747
747
|
}, "strip", z.ZodTypeAny, {
|
|
748
748
|
name?: string;
|
|
749
|
+
type?: string;
|
|
749
750
|
description?: string;
|
|
750
751
|
required?: boolean;
|
|
751
|
-
type?: string;
|
|
752
752
|
}, {
|
|
753
753
|
name?: string;
|
|
754
|
+
type?: string;
|
|
754
755
|
description?: string;
|
|
755
756
|
required?: boolean;
|
|
756
|
-
type?: string;
|
|
757
757
|
}>, "many">;
|
|
758
758
|
field: z.ZodEnum<["readOnlyHint", "destructiveHint"]>;
|
|
759
759
|
actual: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -772,9 +772,9 @@ export declare const AnnotationMisalignedEventSchema: z.ZodObject<{
|
|
|
772
772
|
tool?: string;
|
|
773
773
|
parameters?: {
|
|
774
774
|
name?: string;
|
|
775
|
+
type?: string;
|
|
775
776
|
description?: string;
|
|
776
777
|
required?: boolean;
|
|
777
|
-
type?: string;
|
|
778
778
|
}[];
|
|
779
779
|
field?: "readOnlyHint" | "destructiveHint";
|
|
780
780
|
actual?: boolean;
|
|
@@ -790,9 +790,9 @@ export declare const AnnotationMisalignedEventSchema: z.ZodObject<{
|
|
|
790
790
|
tool?: string;
|
|
791
791
|
parameters?: {
|
|
792
792
|
name?: string;
|
|
793
|
+
type?: string;
|
|
793
794
|
description?: string;
|
|
794
795
|
required?: boolean;
|
|
795
|
-
type?: string;
|
|
796
796
|
}[];
|
|
797
797
|
field?: "readOnlyHint" | "destructiveHint";
|
|
798
798
|
actual?: boolean;
|
|
@@ -818,14 +818,14 @@ export declare const AnnotationReviewRecommendedEventSchema: z.ZodObject<{
|
|
|
818
818
|
description: z.ZodOptional<z.ZodString>;
|
|
819
819
|
}, "strip", z.ZodTypeAny, {
|
|
820
820
|
name?: string;
|
|
821
|
+
type?: string;
|
|
821
822
|
description?: string;
|
|
822
823
|
required?: boolean;
|
|
823
|
-
type?: string;
|
|
824
824
|
}, {
|
|
825
825
|
name?: string;
|
|
826
|
+
type?: string;
|
|
826
827
|
description?: string;
|
|
827
828
|
required?: boolean;
|
|
828
|
-
type?: string;
|
|
829
829
|
}>, "many">;
|
|
830
830
|
field: z.ZodEnum<["readOnlyHint", "destructiveHint"]>;
|
|
831
831
|
actual: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -845,9 +845,9 @@ export declare const AnnotationReviewRecommendedEventSchema: z.ZodObject<{
|
|
|
845
845
|
tool?: string;
|
|
846
846
|
parameters?: {
|
|
847
847
|
name?: string;
|
|
848
|
+
type?: string;
|
|
848
849
|
description?: string;
|
|
849
850
|
required?: boolean;
|
|
850
|
-
type?: string;
|
|
851
851
|
}[];
|
|
852
852
|
field?: "readOnlyHint" | "destructiveHint";
|
|
853
853
|
actual?: boolean;
|
|
@@ -864,9 +864,9 @@ export declare const AnnotationReviewRecommendedEventSchema: z.ZodObject<{
|
|
|
864
864
|
tool?: string;
|
|
865
865
|
parameters?: {
|
|
866
866
|
name?: string;
|
|
867
|
+
type?: string;
|
|
867
868
|
description?: string;
|
|
868
869
|
required?: boolean;
|
|
869
|
-
type?: string;
|
|
870
870
|
}[];
|
|
871
871
|
field?: "readOnlyHint" | "destructiveHint";
|
|
872
872
|
actual?: boolean;
|
|
@@ -1132,14 +1132,14 @@ export declare const JSONLEventSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1132
1132
|
description: z.ZodOptional<z.ZodString>;
|
|
1133
1133
|
}, "strip", z.ZodTypeAny, {
|
|
1134
1134
|
name?: string;
|
|
1135
|
+
type?: string;
|
|
1135
1136
|
description?: string;
|
|
1136
1137
|
required?: boolean;
|
|
1137
|
-
type?: string;
|
|
1138
1138
|
}, {
|
|
1139
1139
|
name?: string;
|
|
1140
|
+
type?: string;
|
|
1140
1141
|
description?: string;
|
|
1141
1142
|
required?: boolean;
|
|
1142
|
-
type?: string;
|
|
1143
1143
|
}>, "many">;
|
|
1144
1144
|
annotations: z.ZodNullable<z.ZodObject<{
|
|
1145
1145
|
readOnlyHint: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1171,9 +1171,9 @@ export declare const JSONLEventSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1171
1171
|
schemaVersion?: number;
|
|
1172
1172
|
params?: {
|
|
1173
1173
|
name?: string;
|
|
1174
|
+
type?: string;
|
|
1174
1175
|
description?: string;
|
|
1175
1176
|
required?: boolean;
|
|
1176
|
-
type?: string;
|
|
1177
1177
|
}[];
|
|
1178
1178
|
}, {
|
|
1179
1179
|
name?: string;
|
|
@@ -1189,9 +1189,9 @@ export declare const JSONLEventSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1189
1189
|
schemaVersion?: number;
|
|
1190
1190
|
params?: {
|
|
1191
1191
|
name?: string;
|
|
1192
|
+
type?: string;
|
|
1192
1193
|
description?: string;
|
|
1193
1194
|
required?: boolean;
|
|
1194
|
-
type?: string;
|
|
1195
1195
|
}[];
|
|
1196
1196
|
}>, z.ZodObject<{
|
|
1197
1197
|
/** Inspector software version (e.g., "1.29.0") */
|
|
@@ -1513,14 +1513,14 @@ export declare const JSONLEventSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1513
1513
|
description: z.ZodOptional<z.ZodString>;
|
|
1514
1514
|
}, "strip", z.ZodTypeAny, {
|
|
1515
1515
|
name?: string;
|
|
1516
|
+
type?: string;
|
|
1516
1517
|
description?: string;
|
|
1517
1518
|
required?: boolean;
|
|
1518
|
-
type?: string;
|
|
1519
1519
|
}, {
|
|
1520
1520
|
name?: string;
|
|
1521
|
+
type?: string;
|
|
1521
1522
|
description?: string;
|
|
1522
1523
|
required?: boolean;
|
|
1523
|
-
type?: string;
|
|
1524
1524
|
}>, "many">;
|
|
1525
1525
|
inferredBehavior: z.ZodObject<{
|
|
1526
1526
|
expectedReadOnly: z.ZodBoolean;
|
|
@@ -1544,9 +1544,9 @@ export declare const JSONLEventSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1544
1544
|
tool?: string;
|
|
1545
1545
|
parameters?: {
|
|
1546
1546
|
name?: string;
|
|
1547
|
+
type?: string;
|
|
1547
1548
|
description?: string;
|
|
1548
1549
|
required?: boolean;
|
|
1549
|
-
type?: string;
|
|
1550
1550
|
}[];
|
|
1551
1551
|
inferredBehavior?: {
|
|
1552
1552
|
reason?: string;
|
|
@@ -1562,9 +1562,9 @@ export declare const JSONLEventSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1562
1562
|
tool?: string;
|
|
1563
1563
|
parameters?: {
|
|
1564
1564
|
name?: string;
|
|
1565
|
+
type?: string;
|
|
1565
1566
|
description?: string;
|
|
1566
1567
|
required?: boolean;
|
|
1567
|
-
type?: string;
|
|
1568
1568
|
}[];
|
|
1569
1569
|
inferredBehavior?: {
|
|
1570
1570
|
reason?: string;
|
|
@@ -1588,14 +1588,14 @@ export declare const JSONLEventSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1588
1588
|
description: z.ZodOptional<z.ZodString>;
|
|
1589
1589
|
}, "strip", z.ZodTypeAny, {
|
|
1590
1590
|
name?: string;
|
|
1591
|
+
type?: string;
|
|
1591
1592
|
description?: string;
|
|
1592
1593
|
required?: boolean;
|
|
1593
|
-
type?: string;
|
|
1594
1594
|
}, {
|
|
1595
1595
|
name?: string;
|
|
1596
|
+
type?: string;
|
|
1596
1597
|
description?: string;
|
|
1597
1598
|
required?: boolean;
|
|
1598
|
-
type?: string;
|
|
1599
1599
|
}>, "many">;
|
|
1600
1600
|
field: z.ZodEnum<["readOnlyHint", "destructiveHint"]>;
|
|
1601
1601
|
actual: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1614,9 +1614,9 @@ export declare const JSONLEventSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1614
1614
|
tool?: string;
|
|
1615
1615
|
parameters?: {
|
|
1616
1616
|
name?: string;
|
|
1617
|
+
type?: string;
|
|
1617
1618
|
description?: string;
|
|
1618
1619
|
required?: boolean;
|
|
1619
|
-
type?: string;
|
|
1620
1620
|
}[];
|
|
1621
1621
|
field?: "readOnlyHint" | "destructiveHint";
|
|
1622
1622
|
actual?: boolean;
|
|
@@ -1632,9 +1632,9 @@ export declare const JSONLEventSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1632
1632
|
tool?: string;
|
|
1633
1633
|
parameters?: {
|
|
1634
1634
|
name?: string;
|
|
1635
|
+
type?: string;
|
|
1635
1636
|
description?: string;
|
|
1636
1637
|
required?: boolean;
|
|
1637
|
-
type?: string;
|
|
1638
1638
|
}[];
|
|
1639
1639
|
field?: "readOnlyHint" | "destructiveHint";
|
|
1640
1640
|
actual?: boolean;
|
|
@@ -1655,14 +1655,14 @@ export declare const JSONLEventSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1655
1655
|
description: z.ZodOptional<z.ZodString>;
|
|
1656
1656
|
}, "strip", z.ZodTypeAny, {
|
|
1657
1657
|
name?: string;
|
|
1658
|
+
type?: string;
|
|
1658
1659
|
description?: string;
|
|
1659
1660
|
required?: boolean;
|
|
1660
|
-
type?: string;
|
|
1661
1661
|
}, {
|
|
1662
1662
|
name?: string;
|
|
1663
|
+
type?: string;
|
|
1663
1664
|
description?: string;
|
|
1664
1665
|
required?: boolean;
|
|
1665
|
-
type?: string;
|
|
1666
1666
|
}>, "many">;
|
|
1667
1667
|
field: z.ZodEnum<["readOnlyHint", "destructiveHint"]>;
|
|
1668
1668
|
actual: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1682,9 +1682,9 @@ export declare const JSONLEventSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1682
1682
|
tool?: string;
|
|
1683
1683
|
parameters?: {
|
|
1684
1684
|
name?: string;
|
|
1685
|
+
type?: string;
|
|
1685
1686
|
description?: string;
|
|
1686
1687
|
required?: boolean;
|
|
1687
|
-
type?: string;
|
|
1688
1688
|
}[];
|
|
1689
1689
|
field?: "readOnlyHint" | "destructiveHint";
|
|
1690
1690
|
actual?: boolean;
|
|
@@ -1701,9 +1701,9 @@ export declare const JSONLEventSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1701
1701
|
tool?: string;
|
|
1702
1702
|
parameters?: {
|
|
1703
1703
|
name?: string;
|
|
1704
|
+
type?: string;
|
|
1704
1705
|
description?: string;
|
|
1705
1706
|
required?: boolean;
|
|
1706
|
-
type?: string;
|
|
1707
1707
|
}[];
|
|
1708
1708
|
field?: "readOnlyHint" | "destructiveHint";
|
|
1709
1709
|
actual?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"patternLoader.d.ts","sourceRoot":"","sources":["../../../../src/services/assessment/patterns/patternLoader.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;
|
|
1
|
+
{"version":3,"file":"patternLoader.d.ts","sourceRoot":"","sources":["../../../../src/services/assessment/patterns/patternLoader.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAWH;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACrC,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,WAAW,EAAE,MAAM,EAAE,CAAC;IACtB,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,SAAS,EAAE,MAAM,EAAE,CAAC;CACrB;AAED;;GAEG;AACH,MAAM,WAAW,0BAA0B;IACzC,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,WAAW,EAAE,MAAM,EAAE,CAAC;IACtB,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,SAAS,EAAE,MAAM,EAAE,CAAC;CACrB;AAED;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAC5B,KAAK,GACL,MAAM,GACN,KAAK,GACL,OAAO,GACP,UAAU,GACV,WAAW,CAAC;AAEhB;;GAEG;AACH,MAAM,WAAW,kBAAkB;IACjC,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,eAAe,EAAE,MAAM,CAAC;IACxB,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;CACzB;AAED;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACrC,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,QAAQ,EAAE,oBAAoB,CAAC;IAC/B,eAAe,EAAE,MAAM,CAAC;IACxB,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;CACzB;AAED;;GAEG;AACH,MAAM,WAAW,wBAAwB;IACvC,SAAS,EAAE,kBAAkB,EAAE,CAAC;IAChC,eAAe,EAAE,MAAM,EAAE,CAAC;IAC1B,kBAAkB,EAAE,MAAM,EAAE,CAAC;IAC7B,gBAAgB,EAAE;QAChB,gBAAgB,EAAE,MAAM,CAAC;QACzB,eAAe,EAAE,MAAM,CAAC;QACxB,iBAAiB,EAAE,MAAM,CAAC;QAC1B,cAAc,EAAE,MAAM,CAAC;KACxB,CAAC;CACH;AAED;;GAEG;AACH,MAAM,WAAW,4BAA4B;IAC3C,SAAS,EAAE,sBAAsB,EAAE,CAAC;IACpC,eAAe,EAAE,MAAM,EAAE,CAAC;IAC1B,kBAAkB,EAAE,MAAM,EAAE,CAAC;IAC7B,gBAAgB,EAAE;QAChB,gBAAgB,EAAE,MAAM,CAAC;QACzB,eAAe,EAAE,MAAM,CAAC;QACxB,iBAAiB,EAAE,MAAM,CAAC;QAC1B,cAAc,EAAE,MAAM,CAAC;KACxB,CAAC;CACH;AAMD;;;;;;GAMG;AACH,wBAAgB,cAAc,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM,CAEtD;AAED;;;;;GAKG;AACH,wBAAgB,eAAe,CAAC,QAAQ,EAAE,MAAM,EAAE,GAAG,MAAM,EAAE,CAE5D;AASD;;;;;GAKG;AACH,wBAAgB,sBAAsB,IAAI,0BAA0B,CAenE;AAuBD;;GAEG;AACH,wBAAgB,wBAAwB,IAAI,sBAAsB,CAEjE;AASD;;;;;GAKG;AACH,wBAAgB,wBAAwB,IAAI,4BAA4B,CAqBvE;AAED;;GAEG;AACH,wBAAgB,0BAA0B,IAAI,wBAAwB,CAErE;AAMD;;GAEG;AACH,wBAAgB,kBAAkB,IAAI,IAAI,CAGzC;AAED;;GAEG;AACH,wBAAgB,iBAAiB,IAAI;IACnC,UAAU,EAAE,OAAO,CAAC;IACpB,YAAY,EAAE,OAAO,CAAC;CACvB,CAKA"}
|
|
@@ -14,8 +14,9 @@
|
|
|
14
14
|
* @since v1.43.0 (Issue #200 - V2 Refactoring)
|
|
15
15
|
*/
|
|
16
16
|
// Import JSON files directly (TypeScript resolveJsonModule)
|
|
17
|
-
import
|
|
18
|
-
import
|
|
17
|
+
// Node.js v22+ requires import attributes for JSON modules
|
|
18
|
+
import annotationPatternsJson from "./annotation-patterns.json" with { type: "json" };
|
|
19
|
+
import sanitizationPatternsJson from "./sanitization-patterns.json" with { type: "json" };
|
|
19
20
|
// ============================================================================
|
|
20
21
|
// Pattern Compilation
|
|
21
22
|
// ============================================================================
|
package/client/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bryan-thompson/inspector-assessment-client",
|
|
3
|
-
"version": "1.42.
|
|
3
|
+
"version": "1.42.2",
|
|
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>",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bryan-thompson/inspector-assessment",
|
|
3
|
-
"version": "1.42.
|
|
3
|
+
"version": "1.42.2",
|
|
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>",
|
package/server/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bryan-thompson/inspector-assessment-server",
|
|
3
|
-
"version": "1.42.
|
|
3
|
+
"version": "1.42.2",
|
|
4
4
|
"description": "Server-side application for the Enhanced MCP Inspector with assessment capabilities",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Bryan Thompson <bryan@triepod.ai>",
|