@tempo-ai/mcp 0.0.101 → 0.0.102-staging.1
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/bin.js +1 -1
- package/dist/{call-6CDIHKDB.js → call-OBUU76MP.js} +2 -2
- package/dist/{chunk-6HT4KAGI.js → chunk-SLWEEG2P.js} +4 -4
- package/dist/index.js +1 -1
- package/dist/{serve-JG5U3XF4.js → serve-AQMMYCIE.js} +2 -2
- package/dist/{serve-JG5U3XF4.js.map → serve-AQMMYCIE.js.map} +1 -1
- package/package.json +1 -1
- /package/dist/{call-6CDIHKDB.js.map → call-OBUU76MP.js.map} +0 -0
- /package/dist/{chunk-6HT4KAGI.js.map → chunk-SLWEEG2P.js.map} +0 -0
package/dist/bin.js
CHANGED
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import { Client } from "@modelcontextprotocol/sdk/client/index.js";
|
|
9
9
|
import { InMemoryTransport } from "@modelcontextprotocol/sdk/inMemory.js";
|
|
10
10
|
async function connectAggregate(options) {
|
|
11
|
-
const { createTempoAggregate } = await import("./serve-
|
|
11
|
+
const { createTempoAggregate } = await import("./serve-AQMMYCIE.js");
|
|
12
12
|
const handle = await createTempoAggregate(options);
|
|
13
13
|
const [clientTransport, serverTransport] = InMemoryTransport.createLinkedPair();
|
|
14
14
|
const client = new Client({ name: "tempo-mcp-cli", version: "0" });
|
|
@@ -127,4 +127,4 @@ export {
|
|
|
127
127
|
runCall,
|
|
128
128
|
runTools
|
|
129
129
|
};
|
|
130
|
-
//# sourceMappingURL=call-
|
|
130
|
+
//# sourceMappingURL=call-OBUU76MP.js.map
|
|
@@ -157,7 +157,7 @@ async function run(argv) {
|
|
|
157
157
|
process.stderr.write(USAGE);
|
|
158
158
|
return 1;
|
|
159
159
|
}
|
|
160
|
-
const { runServe } = await import("./serve-
|
|
160
|
+
const { runServe } = await import("./serve-AQMMYCIE.js");
|
|
161
161
|
return await runServe(options);
|
|
162
162
|
}
|
|
163
163
|
switch (subcommand) {
|
|
@@ -172,11 +172,11 @@ async function run(argv) {
|
|
|
172
172
|
return await runToken(rest);
|
|
173
173
|
}
|
|
174
174
|
case "tools": {
|
|
175
|
-
const { runTools } = await import("./call-
|
|
175
|
+
const { runTools } = await import("./call-OBUU76MP.js");
|
|
176
176
|
return await runTools(rest);
|
|
177
177
|
}
|
|
178
178
|
case "call": {
|
|
179
|
-
const { runCall } = await import("./call-
|
|
179
|
+
const { runCall } = await import("./call-OBUU76MP.js");
|
|
180
180
|
return await runCall(rest);
|
|
181
181
|
}
|
|
182
182
|
default:
|
|
@@ -195,4 +195,4 @@ async function run(argv) {
|
|
|
195
195
|
export {
|
|
196
196
|
run
|
|
197
197
|
};
|
|
198
|
-
//# sourceMappingURL=chunk-
|
|
198
|
+
//# sourceMappingURL=chunk-SLWEEG2P.js.map
|
package/dist/index.js
CHANGED
|
@@ -45029,7 +45029,7 @@ function isExternallyExposed(toolName, opts) {
|
|
|
45029
45029
|
}
|
|
45030
45030
|
|
|
45031
45031
|
// src/version.ts
|
|
45032
|
-
var CLI_VERSION = "0.0.
|
|
45032
|
+
var CLI_VERSION = "0.0.102-staging.1";
|
|
45033
45033
|
|
|
45034
45034
|
// src/canvas-hooks.ts
|
|
45035
45035
|
var import_pngjs3 = __toESM(require_png(), 1);
|
|
@@ -46876,4 +46876,4 @@ export {
|
|
|
46876
46876
|
runServe,
|
|
46877
46877
|
scopeParamsFor
|
|
46878
46878
|
};
|
|
46879
|
-
//# sourceMappingURL=serve-
|
|
46879
|
+
//# sourceMappingURL=serve-AQMMYCIE.js.map
|