@bryan-thompson/inspector-assessment-client 1.7.2 → 1.8.0
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-Dk69OAHS.js → OAuthCallback-C6NJ8fGr.js} +1 -1
- package/dist/assets/{OAuthDebugCallback-Do2NIUkY.js → OAuthDebugCallback-MIqvflwd.js} +1 -1
- package/dist/assets/{index-BZfyfKpR.js → index-CW7GS_di.js} +1235 -1366
- package/dist/assets/{index-B9Z2VpMu.css → index-Cuc9GxjD.css} +5 -1
- package/dist/index.html +2 -2
- package/package.json +2 -2
|
@@ -56,6 +56,8 @@ pre[class*="language-"] {
|
|
|
56
56
|
-moz-tab-size: 4;
|
|
57
57
|
-o-tab-size: 4;
|
|
58
58
|
tab-size: 4;
|
|
59
|
+
|
|
60
|
+
-webkit-hyphens: none;
|
|
59
61
|
hyphens: none;
|
|
60
62
|
}
|
|
61
63
|
|
|
@@ -281,7 +283,7 @@ pre[class*="language-"] {
|
|
|
281
283
|
--tw-contain-paint: ;
|
|
282
284
|
--tw-contain-style: ;
|
|
283
285
|
}/*
|
|
284
|
-
! tailwindcss v3.4.
|
|
286
|
+
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
|
|
285
287
|
*//*
|
|
286
288
|
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
|
|
287
289
|
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
|
|
@@ -2099,7 +2101,9 @@ video {
|
|
|
2099
2101
|
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
2100
2102
|
}
|
|
2101
2103
|
.transition {
|
|
2104
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
|
|
2102
2105
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
2106
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
|
|
2103
2107
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2104
2108
|
transition-duration: 150ms;
|
|
2105
2109
|
}
|
package/dist/index.html
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
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-
|
|
9
|
-
<link rel="stylesheet" crossorigin href="/assets/index-
|
|
8
|
+
<script type="module" crossorigin src="/assets/index-CW7GS_di.js"></script>
|
|
9
|
+
<link rel="stylesheet" crossorigin href="/assets/index-Cuc9GxjD.css">
|
|
10
10
|
</head>
|
|
11
11
|
<body>
|
|
12
12
|
<div id="root" class="w-full"></div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bryan-thompson/inspector-assessment-client",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.8.0",
|
|
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>",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"cleanup:e2e": "node e2e/global-teardown.js"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@modelcontextprotocol/sdk": "^1.
|
|
49
|
+
"@modelcontextprotocol/sdk": "^1.24.3",
|
|
50
50
|
"@radix-ui/react-checkbox": "^1.1.4",
|
|
51
51
|
"@radix-ui/react-dialog": "^1.1.3",
|
|
52
52
|
"@radix-ui/react-icons": "^1.3.0",
|