@mcpjam/inspector 1.0.13 → 1.0.15
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/client/assets/index-BiLTSE2l.js +1880 -0
- package/dist/client/assets/{index-BWXFPQgx.css → index-DHyLrKBZ.css} +1 -1
- package/dist/client/index.html +2 -2
- package/dist/server/index.js +3 -3
- package/dist/server/index.js.map +1 -1
- package/package.json +1 -1
- package/.vite/build/main.cjs +0 -621
- package/dist/client/assets/index-D_hdUnat.js +0 -1880
package/dist/client/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-BiLTSE2l.js"></script>
|
|
9
|
+
<link rel="stylesheet" crossorigin href="/assets/index-DHyLrKBZ.css">
|
|
10
10
|
</head>
|
|
11
11
|
<body>
|
|
12
12
|
<div id="root"></div>
|
package/dist/server/index.js
CHANGED
|
@@ -2826,7 +2826,7 @@ import { MCPClient } from "@mastra/mcp";
|
|
|
2826
2826
|
import { streamText as streamText2 } from "ai";
|
|
2827
2827
|
|
|
2828
2828
|
// ../node_modules/convex/dist/esm/index.js
|
|
2829
|
-
var version = "1.
|
|
2829
|
+
var version = "1.28.0";
|
|
2830
2830
|
|
|
2831
2831
|
// ../node_modules/convex/dist/esm/values/base64.js
|
|
2832
2832
|
var lookup = [];
|
|
@@ -3457,7 +3457,7 @@ function createApi(pathParts = []) {
|
|
|
3457
3457
|
}
|
|
3458
3458
|
var anyApi = createApi();
|
|
3459
3459
|
|
|
3460
|
-
// ../node_modules/convex/dist/esm/
|
|
3460
|
+
// ../node_modules/convex/dist/esm/vendor/long.js
|
|
3461
3461
|
var __defProp4 = Object.defineProperty;
|
|
3462
3462
|
var __defNormalProp3 = (obj, key, value) => key in obj ? __defProp4(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
3463
3463
|
var __publicField3 = (obj, key, value) => __defNormalProp3(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
@@ -3534,7 +3534,7 @@ var TWO_PWR_32_DBL = TWO_PWR_16_DBL * TWO_PWR_16_DBL;
|
|
|
3534
3534
|
var TWO_PWR_64_DBL = TWO_PWR_32_DBL * TWO_PWR_32_DBL;
|
|
3535
3535
|
var MAX_UNSIGNED_VALUE = new Long(4294967295 | 0, 4294967295 | 0);
|
|
3536
3536
|
|
|
3537
|
-
// ../node_modules/jwt-decode/
|
|
3537
|
+
// ../node_modules/convex/dist/esm/vendor/jwt-decode/index.js
|
|
3538
3538
|
var InvalidTokenError = class extends Error {
|
|
3539
3539
|
};
|
|
3540
3540
|
InvalidTokenError.prototype.name = "InvalidTokenError";
|