@mcpjam/inspector 0.3.2 → 0.3.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/README.md +1 -1
- package/client/dist/assets/{OAuthCallback-CyGF8_8H.js → OAuthCallback-QBWMhLmC.js} +1 -1
- package/client/dist/assets/{OAuthDebugCallback-BiLISBxK.js → OAuthDebugCallback-Bk0-yRYD.js} +1 -1
- package/client/dist/assets/{index-BNLcDjKX.js → index-DVHTINVl.js} +16530 -10036
- package/client/dist/assets/{index-CThH1rBM.css → index-jfVCpfnM.css} +0 -8
- package/client/dist/index.html +2 -2
- package/client/dist/openai_logo.png +0 -0
- package/package.json +2 -1
|
@@ -2907,10 +2907,6 @@ h1 {
|
|
|
2907
2907
|
background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
|
|
2908
2908
|
}
|
|
2909
2909
|
|
|
2910
|
-
.hover\:bg-slate-100\/50:hover {
|
|
2911
|
-
background-color: rgb(241 245 249 / 0.5);
|
|
2912
|
-
}
|
|
2913
|
-
|
|
2914
2910
|
.hover\:bg-slate-200:hover {
|
|
2915
2911
|
--tw-bg-opacity: 1;
|
|
2916
2912
|
background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
|
|
@@ -3810,10 +3806,6 @@ h1 {
|
|
|
3810
3806
|
background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
|
|
3811
3807
|
}
|
|
3812
3808
|
|
|
3813
|
-
.dark\:hover\:bg-slate-700\/30:hover:is(.dark *) {
|
|
3814
|
-
background-color: rgb(51 65 85 / 0.3);
|
|
3815
|
-
}
|
|
3816
|
-
|
|
3817
3809
|
.dark\:hover\:bg-slate-800:hover:is(.dark *) {
|
|
3818
3810
|
--tw-bg-opacity: 1;
|
|
3819
3811
|
background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
|
package/client/dist/index.html
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
<link rel="icon" type="image/svg+xml" href="/mcp_jam.svg" />
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
7
7
|
<title>MCPJam 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-DVHTINVl.js"></script>
|
|
9
|
+
<link rel="stylesheet" crossorigin href="/assets/index-jfVCpfnM.css">
|
|
10
10
|
</head>
|
|
11
11
|
<body>
|
|
12
12
|
<div id="root"></div>
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mcpjam/inspector",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.3",
|
|
4
4
|
"description": "MCPJam inspector",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "MCPJam (https://mcpjam.com)",
|
|
@@ -50,6 +50,7 @@
|
|
|
50
50
|
"concurrently": "^9.0.1",
|
|
51
51
|
"dotenv": "^16.5.0",
|
|
52
52
|
"open": "^10.1.0",
|
|
53
|
+
"openai": "^5.7.0",
|
|
53
54
|
"shell-quote": "^1.8.2",
|
|
54
55
|
"spawn-rx": "^5.1.2",
|
|
55
56
|
"ts-node": "^10.9.2",
|