@bryan-thompson/inspector-assessment 1.2.1 → 1.4.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/README.md +75 -8
- package/client/dist/assets/{OAuthCallback-C8iZSwWO.js → OAuthCallback-CIWsnXN_.js} +1 -1
- package/client/dist/assets/{OAuthDebugCallback-Br9U2vZs.js → OAuthDebugCallback-DP9WXVFe.js} +1 -1
- package/client/dist/assets/{index-D12b6zCd.js → index-CynAt5P-.js} +937 -206
- package/client/dist/assets/{index-DrjsuFb9.css → index-Cz-lwW4x.css} +4 -0
- package/client/dist/index.html +2 -2
- package/package.json +1 -1
|
@@ -2014,6 +2014,10 @@ video {
|
|
|
2014
2014
|
--tw-text-opacity: 1;
|
|
2015
2015
|
color: rgb(133 77 14 / var(--tw-text-opacity, 1));
|
|
2016
2016
|
}
|
|
2017
|
+
.text-yellow-900 {
|
|
2018
|
+
--tw-text-opacity: 1;
|
|
2019
|
+
color: rgb(113 63 18 / var(--tw-text-opacity, 1));
|
|
2020
|
+
}
|
|
2017
2021
|
.underline-offset-4 {
|
|
2018
2022
|
text-underline-offset: 4px;
|
|
2019
2023
|
}
|
package/client/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-CynAt5P-.js"></script>
|
|
9
|
+
<link rel="stylesheet" crossorigin href="/assets/index-Cz-lwW4x.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",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0",
|
|
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>",
|