@mcpjam/inspector 1.0.8 → 1.0.10
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/bin/start.js +3 -3
- package/dist/client/assets/index-DnqKdYct.js +1875 -0
- package/dist/client/assets/{index-BM_pWNid.css → index-rt9IYzHW.css} +1 -1
- package/dist/client/index.html +2 -2
- package/dist/server/index.js +4 -4
- package/dist/server/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/client/assets/index-DzmPRJya.js +0 -1875
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-DnqKdYct.js"></script>
|
|
9
|
+
<link rel="stylesheet" crossorigin href="/assets/index-rt9IYzHW.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.27.3";
|
|
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/browser/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/
|
|
3537
|
+
// ../node_modules/jwt-decode/build/esm/index.js
|
|
3538
3538
|
var InvalidTokenError = class extends Error {
|
|
3539
3539
|
};
|
|
3540
3540
|
InvalidTokenError.prototype.name = "InvalidTokenError";
|
|
@@ -10333,7 +10333,7 @@ if (process.env.NODE_ENV === "production") {
|
|
|
10333
10333
|
});
|
|
10334
10334
|
}
|
|
10335
10335
|
var port = parseInt(process.env.PORT || "3001");
|
|
10336
|
-
var hostname = process.env.
|
|
10336
|
+
var hostname = process.env.ENVIRONMENT === "dev" ? "localhost" : "127.0.0.1";
|
|
10337
10337
|
logBox(`http://${hostname}:${port}`, "\u{1F680} Inspector Launched");
|
|
10338
10338
|
var server = serve({
|
|
10339
10339
|
fetch: app.fetch,
|