@tempo-ai/mcp 0.0.110-staging.2 → 0.0.110
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-YCZGA6WT.js → call-OOXRQ7JW.js} +2 -2
- package/dist/{chunk-AFSHCPY2.js → chunk-QH27SS5F.js} +4 -4
- package/dist/index.js +1 -1
- package/dist/{serve-N7P5337U.js → serve-FHROXQCM.js} +2 -2
- package/dist/{serve-N7P5337U.js.map → serve-FHROXQCM.js.map} +1 -1
- package/package.json +1 -1
- /package/dist/{call-YCZGA6WT.js.map → call-OOXRQ7JW.js.map} +0 -0
- /package/dist/{chunk-AFSHCPY2.js.map → chunk-QH27SS5F.js.map} +0 -0
package/dist/bin.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { createRequire as __tempoCreateRequire } from 'node:module'; const require = __tempoCreateRequire(import.meta.url);
|
|
3
3
|
import {
|
|
4
4
|
run
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-QH27SS5F.js";
|
|
6
6
|
import "./chunk-3J3V3CVG.js";
|
|
7
7
|
import "./chunk-WRI3HTCJ.js";
|
|
8
8
|
|
|
@@ -9,7 +9,7 @@ import "./chunk-WRI3HTCJ.js";
|
|
|
9
9
|
import { Client } from "@modelcontextprotocol/sdk/client/index.js";
|
|
10
10
|
import { InMemoryTransport } from "@modelcontextprotocol/sdk/inMemory.js";
|
|
11
11
|
async function connectAggregate(options) {
|
|
12
|
-
const { createTempoAggregate } = await import("./serve-
|
|
12
|
+
const { createTempoAggregate } = await import("./serve-FHROXQCM.js");
|
|
13
13
|
const handle = await createTempoAggregate(options, { stageDocuments: false });
|
|
14
14
|
const [clientTransport, serverTransport] = InMemoryTransport.createLinkedPair();
|
|
15
15
|
const client = new Client({ name: "tempo-mcp-cli", version: "0" });
|
|
@@ -128,4 +128,4 @@ export {
|
|
|
128
128
|
runCall,
|
|
129
129
|
runTools
|
|
130
130
|
};
|
|
131
|
-
//# sourceMappingURL=call-
|
|
131
|
+
//# sourceMappingURL=call-OOXRQ7JW.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-FHROXQCM.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-OOXRQ7JW.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-OOXRQ7JW.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-QH27SS5F.js.map
|
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { createRequire as __tempoCreateRequire } from 'node:module'; const require = __tempoCreateRequire(import.meta.url);
|
|
2
2
|
import {
|
|
3
3
|
run
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-QH27SS5F.js";
|
|
5
5
|
import "./chunk-3J3V3CVG.js";
|
|
6
6
|
import "./chunk-WRI3HTCJ.js";
|
|
7
7
|
export {
|
|
@@ -52075,7 +52075,7 @@ function buildBackends(runtime, toolsets, workspace) {
|
|
|
52075
52075
|
}
|
|
52076
52076
|
|
|
52077
52077
|
// src/version.ts
|
|
52078
|
-
var CLI_VERSION = "0.0.110
|
|
52078
|
+
var CLI_VERSION = "0.0.110";
|
|
52079
52079
|
|
|
52080
52080
|
// src/canvas-hooks.ts
|
|
52081
52081
|
var import_pngjs4 = __toESM(require_png(), 1);
|
|
@@ -53021,4 +53021,4 @@ unpdf/dist/index.mjs:
|
|
|
53021
53021
|
* @license Apache-2.0
|
|
53022
53022
|
*)
|
|
53023
53023
|
*/
|
|
53024
|
-
//# sourceMappingURL=serve-
|
|
53024
|
+
//# sourceMappingURL=serve-FHROXQCM.js.map
|