@mcpjam/inspector 1.0.12 → 1.0.13
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/.vite/build/main.cjs +621 -0
- package/README.md +40 -63
- package/dist/client/assets/index-BWXFPQgx.css +1 -0
- package/dist/client/assets/index-D_hdUnat.js +1880 -0
- package/dist/client/index.html +2 -2
- package/dist/server/index.js +0 -1
- package/dist/server/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/client/assets/index-DF7gom5k.css +0 -1
- package/dist/client/assets/index-_lUj8lkq.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-D_hdUnat.js"></script>
|
|
9
|
+
<link rel="stylesheet" crossorigin href="/assets/index-BWXFPQgx.css">
|
|
10
10
|
</head>
|
|
11
11
|
<body>
|
|
12
12
|
<div id="root"></div>
|
package/dist/server/index.js
CHANGED
|
@@ -2207,7 +2207,6 @@ var handleAgentStepFinish = (streamingContext, text, toolCalls, toolResults, emi
|
|
|
2207
2207
|
toolResult: {
|
|
2208
2208
|
id: currentToolCallId,
|
|
2209
2209
|
toolCallId: currentToolCallId,
|
|
2210
|
-
// Preserve full result which may include _meta for OpenAI Apps SDK
|
|
2211
2210
|
result: result.result || result,
|
|
2212
2211
|
error: result.error,
|
|
2213
2212
|
timestamp: (/* @__PURE__ */ new Date()).toISOString()
|