@bryan-thompson/inspector-assessment-client 1.4.0 → 1.6.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.
@@ -945,6 +945,12 @@ video {
945
945
  .mt-4 {
946
946
  margin-top: 1rem;
947
947
  }
948
+ .line-clamp-2 {
949
+ overflow: hidden;
950
+ display: -webkit-box;
951
+ -webkit-box-orient: vertical;
952
+ -webkit-line-clamp: 2;
953
+ }
948
954
  .block {
949
955
  display: block;
950
956
  }
@@ -1039,6 +1045,9 @@ video {
1039
1045
  .max-h-40 {
1040
1046
  max-height: 10rem;
1041
1047
  }
1048
+ .max-h-48 {
1049
+ max-height: 12rem;
1050
+ }
1042
1051
  .max-h-64 {
1043
1052
  max-height: 16rem;
1044
1053
  }
@@ -1646,6 +1655,10 @@ video {
1646
1655
  --tw-bg-opacity: 1;
1647
1656
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
1648
1657
  }
1658
+ .object-contain {
1659
+ -o-object-fit: contain;
1660
+ object-fit: contain;
1661
+ }
1649
1662
  .p-0 {
1650
1663
  padding: 0px;
1651
1664
  }
@@ -1730,6 +1743,10 @@ video {
1730
1743
  padding-top: 1.5rem;
1731
1744
  padding-bottom: 1.5rem;
1732
1745
  }
1746
+ .py-8 {
1747
+ padding-top: 2rem;
1748
+ padding-bottom: 2rem;
1749
+ }
1733
1750
  .pb-1 {
1734
1751
  padding-bottom: 0.25rem;
1735
1752
  }
@@ -2441,6 +2458,11 @@ h1 {
2441
2458
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
2442
2459
  }
2443
2460
 
2461
+ .focus-visible\:ring-red-500:focus-visible {
2462
+ --tw-ring-opacity: 1;
2463
+ --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
2464
+ }
2465
+
2444
2466
  .focus-visible\:ring-ring:focus-visible {
2445
2467
  --tw-ring-color: hsl(var(--ring));
2446
2468
  }
@@ -2911,6 +2933,11 @@ h1 {
2911
2933
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
2912
2934
  }
2913
2935
 
2936
+ .dark\:text-gray-200:is(.dark *) {
2937
+ --tw-text-opacity: 1;
2938
+ color: rgb(229 231 235 / var(--tw-text-opacity, 1));
2939
+ }
2940
+
2914
2941
  .dark\:text-gray-300:is(.dark *) {
2915
2942
  --tw-text-opacity: 1;
2916
2943
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
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-CynAt5P-.js"></script>
9
- <link rel="stylesheet" crossorigin href="/assets/index-Cz-lwW4x.css">
8
+ <script type="module" crossorigin src="/assets/index-B3lTiDVe.js"></script>
9
+ <link rel="stylesheet" crossorigin href="/assets/index-Bj7kEsw0.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.4.0",
3
+ "version": "1.6.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>",
@@ -35,7 +35,7 @@
35
35
  "cleanup:e2e": "node e2e/global-teardown.js"
36
36
  },
37
37
  "dependencies": {
38
- "@modelcontextprotocol/sdk": "^1.18.2",
38
+ "@modelcontextprotocol/sdk": "^1.23.0",
39
39
  "@radix-ui/react-checkbox": "^1.1.4",
40
40
  "@radix-ui/react-dialog": "^1.1.3",
41
41
  "@radix-ui/react-icons": "^1.3.0",
@@ -72,7 +72,7 @@
72
72
  "@types/react": "^18.3.23",
73
73
  "@types/react-dom": "^18.3.0",
74
74
  "@types/serve-handler": "^6.1.4",
75
- "@vitejs/plugin-react": "^4.7.0",
75
+ "@vitejs/plugin-react": "^5.0.4",
76
76
  "autoprefixer": "^10.4.20",
77
77
  "co": "^4.6.0",
78
78
  "eslint": "^9.11.1",
@@ -89,6 +89,6 @@
89
89
  "ts-jest": "^29.4.0",
90
90
  "typescript": "^5.5.3",
91
91
  "typescript-eslint": "^8.38.0",
92
- "vite": "^6.3.5"
92
+ "vite": "^7.1.11"
93
93
  }
94
94
  }