@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.
@@ -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));
@@ -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-BNLcDjKX.js"></script>
9
- <link rel="stylesheet" crossorigin href="/assets/index-CThH1rBM.css">
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.2",
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",