@mcp-use/inspector 0.8.3-canary.0 → 0.9.0-canary.2
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/cli.js +29 -0
- package/dist/client/assets/browser-B7TIAiNJ.js +17967 -0
- package/dist/client/assets/display-A5IEINAP-CxMIzbGz.js +480 -0
- package/dist/client/assets/{embeddings-BiULWmf2.js → embeddings-CF86nH4i.js} +6 -1
- package/dist/client/assets/{index-BIMuOeon.js → index-B8yt0GKw.js} +11662 -2464
- package/dist/client/assets/{index-DAor5Yr-.js → index-BCYl76Jb.js} +2 -3
- package/dist/client/assets/index-BLXuIjh0.js +725 -0
- package/dist/client/assets/index-BMuvzxLw.js +400 -0
- package/dist/client/assets/{index-DPEyMG1a.js → index-BaR5HKmC.js} +28313 -19836
- package/dist/client/assets/{index-CwF__a_n.css → index-Br7cLVs6.css} +29 -0
- package/dist/client/assets/{index-B9oLougE.js → index-CV9pPOH9.js} +36 -4
- package/dist/client/assets/{index-C4Csm_Xe.js → index-DoWSnGj3.js} +76 -784
- package/dist/client/assets/index-RN6yjAFG.js +2817 -0
- package/dist/client/assets/{display-YIYC6WJE-BTd-7ehF.js → index-cuGVED_J.js} +149 -926
- package/dist/client/assets/util-D59LNlyU.js +23 -0
- package/dist/client/assets/{winston-DPHXtm9k.js → winston-nzaZqgVL.js} +154 -760
- package/dist/client/index.html +3 -3
- package/dist/server/{chunk-26WTIZ4S.js → chunk-LNMQYGXR.js} +29 -0
- package/dist/server/{chunk-6ZFXPXO4.js → chunk-PBQJCPZX.js} +1 -1
- package/dist/server/cli.js +1 -1
- package/dist/server/index.js +2 -2
- package/dist/server/middleware.js +2 -2
- package/dist/server/server.js +1 -1
- package/dist/server/shared-static.d.ts.map +1 -1
- package/dist/server/shared-static.js +1 -1
- package/package.json +2 -2
- package/dist/client/assets/browser-CeWBn_h2.js +0 -38211
- package/dist/client/assets/chunk-VL2OQCWN-aIw8FJQU.js +0 -6475
|
@@ -1680,6 +1680,11 @@
|
|
|
1680
1680
|
border-width: 1px;
|
|
1681
1681
|
}
|
|
1682
1682
|
|
|
1683
|
+
.border-0 {
|
|
1684
|
+
border-style: var(--tw-border-style);
|
|
1685
|
+
border-width: 0;
|
|
1686
|
+
}
|
|
1687
|
+
|
|
1683
1688
|
.border-2 {
|
|
1684
1689
|
border-style: var(--tw-border-style);
|
|
1685
1690
|
border-width: 2px;
|
|
@@ -2296,6 +2301,16 @@
|
|
|
2296
2301
|
background-color: var(--color-yellow-500);
|
|
2297
2302
|
}
|
|
2298
2303
|
|
|
2304
|
+
.bg-yellow-500\/20 {
|
|
2305
|
+
background-color: #edb20033;
|
|
2306
|
+
}
|
|
2307
|
+
|
|
2308
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2309
|
+
.bg-yellow-500\/20 {
|
|
2310
|
+
background-color: color-mix(in oklab, var(--color-yellow-500) 20%, transparent);
|
|
2311
|
+
}
|
|
2312
|
+
}
|
|
2313
|
+
|
|
2299
2314
|
.bg-zinc-50 {
|
|
2300
2315
|
background-color: var(--color-zinc-50);
|
|
2301
2316
|
}
|
|
@@ -4648,6 +4663,16 @@
|
|
|
4648
4663
|
}
|
|
4649
4664
|
}
|
|
4650
4665
|
|
|
4666
|
+
.dark\:bg-yellow-400\/10:is(.dark *) {
|
|
4667
|
+
background-color: #fac8001a;
|
|
4668
|
+
}
|
|
4669
|
+
|
|
4670
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
4671
|
+
.dark\:bg-yellow-400\/10:is(.dark *) {
|
|
4672
|
+
background-color: color-mix(in oklab, var(--color-yellow-400) 10%, transparent);
|
|
4673
|
+
}
|
|
4674
|
+
}
|
|
4675
|
+
|
|
4651
4676
|
.dark\:bg-yellow-900\/20:is(.dark *) {
|
|
4652
4677
|
background-color: #733e0a33;
|
|
4653
4678
|
}
|
|
@@ -4808,6 +4833,10 @@
|
|
|
4808
4833
|
color: var(--color-yellow-400);
|
|
4809
4834
|
}
|
|
4810
4835
|
|
|
4836
|
+
.dark\:text-yellow-500:is(.dark *) {
|
|
4837
|
+
color: var(--color-yellow-500);
|
|
4838
|
+
}
|
|
4839
|
+
|
|
4811
4840
|
.dark\:text-zinc-300:is(.dark *) {
|
|
4812
4841
|
color: var(--color-zinc-300);
|
|
4813
4842
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
import "./
|
|
4
|
-
import "./chunk-VL2OQCWN-aIw8FJQU.js";
|
|
1
|
+
import { j as isInteropZodSchema, H as toJsonSchema, I as isBaseMessage, J as AIMessage, K as ChatGenerationChunk, L as AIMessageChunk, M as ChatMessage, N as isToolMessage, a as isAIMessage, t as isLangChainTool, P as isOpenAITool, Q as isDataContentBlock, S as convertToProviderContentBlock, U as parseBase64DataUrl, V as BaseLLMOutputParser, i as interopSafeParseAsync, O as OutputParserException, W as BaseChatModel, X as getEnvironmentVariable, Y as JsonOutputParser, Z as RunnablePassthrough, $ as RunnableSequence } from "./index-B8yt0GKw.js";
|
|
2
|
+
import "./embeddings-CF86nH4i.js";
|
|
3
|
+
import "./index-BaR5HKmC.js";
|
|
5
4
|
import "./index-DX0TIfSM.js";
|
|
6
5
|
function removeAdditionalProperties(obj) {
|
|
7
6
|
if (typeof obj === "object" && obj !== null) {
|
|
@@ -27,6 +26,39 @@ function jsonSchemaToGeminiParameters(schema) {
|
|
|
27
26
|
const { $schema, ...rest } = jsonSchema;
|
|
28
27
|
return rest;
|
|
29
28
|
}
|
|
29
|
+
const byteToHex = [];
|
|
30
|
+
for (let i = 0; i < 256; ++i) {
|
|
31
|
+
byteToHex.push((i + 256).toString(16).slice(1));
|
|
32
|
+
}
|
|
33
|
+
function unsafeStringify(arr, offset = 0) {
|
|
34
|
+
return (byteToHex[arr[offset + 0]] + byteToHex[arr[offset + 1]] + byteToHex[arr[offset + 2]] + byteToHex[arr[offset + 3]] + "-" + byteToHex[arr[offset + 4]] + byteToHex[arr[offset + 5]] + "-" + byteToHex[arr[offset + 6]] + byteToHex[arr[offset + 7]] + "-" + byteToHex[arr[offset + 8]] + byteToHex[arr[offset + 9]] + "-" + byteToHex[arr[offset + 10]] + byteToHex[arr[offset + 11]] + byteToHex[arr[offset + 12]] + byteToHex[arr[offset + 13]] + byteToHex[arr[offset + 14]] + byteToHex[arr[offset + 15]]).toLowerCase();
|
|
35
|
+
}
|
|
36
|
+
let getRandomValues;
|
|
37
|
+
const rnds8 = new Uint8Array(16);
|
|
38
|
+
function rng() {
|
|
39
|
+
if (!getRandomValues) {
|
|
40
|
+
if (typeof crypto === "undefined" || !crypto.getRandomValues) {
|
|
41
|
+
throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");
|
|
42
|
+
}
|
|
43
|
+
getRandomValues = crypto.getRandomValues.bind(crypto);
|
|
44
|
+
}
|
|
45
|
+
return getRandomValues(rnds8);
|
|
46
|
+
}
|
|
47
|
+
const randomUUID = typeof crypto !== "undefined" && crypto.randomUUID && crypto.randomUUID.bind(crypto);
|
|
48
|
+
const native = { randomUUID };
|
|
49
|
+
function v4(options, buf, offset) {
|
|
50
|
+
if (native.randomUUID && true && !options) {
|
|
51
|
+
return native.randomUUID();
|
|
52
|
+
}
|
|
53
|
+
options = options || {};
|
|
54
|
+
const rnds = options.random ?? options.rng?.() ?? rng();
|
|
55
|
+
if (rnds.length < 16) {
|
|
56
|
+
throw new Error("Random bytes length must be >= 16");
|
|
57
|
+
}
|
|
58
|
+
rnds[6] = rnds[6] & 15 | 64;
|
|
59
|
+
rnds[8] = rnds[8] & 63 | 128;
|
|
60
|
+
return unsafeStringify(rnds);
|
|
61
|
+
}
|
|
30
62
|
function getMessageAuthor(message) {
|
|
31
63
|
const type = message._getType();
|
|
32
64
|
if (ChatMessage.isInstance(message)) return message.role;
|