@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.
@@ -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-_lUj8lkq.js"></script>
9
- <link rel="stylesheet" crossorigin href="/assets/index-DF7gom5k.css">
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>
@@ -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()