@tempo-ai/mcp 0.0.100-staging.2 → 0.0.100
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/{chunk-MHDS5XVM.js → chunk-EYHFTWP5.js} +2 -2
- package/dist/index.js +1 -1
- package/dist/{serve-V6RBP3RX.js → serve-ODDE266E.js} +2 -2
- package/dist/{serve-V6RBP3RX.js.map → serve-ODDE266E.js.map} +1 -1
- package/package.json +1 -1
- /package/dist/{chunk-MHDS5XVM.js.map → chunk-EYHFTWP5.js.map} +0 -0
package/dist/bin.js
CHANGED
|
@@ -127,7 +127,7 @@ async function run(argv) {
|
|
|
127
127
|
process.stderr.write(USAGE);
|
|
128
128
|
return 1;
|
|
129
129
|
}
|
|
130
|
-
const { runServe } = await import("./serve-
|
|
130
|
+
const { runServe } = await import("./serve-ODDE266E.js");
|
|
131
131
|
return await runServe(options);
|
|
132
132
|
}
|
|
133
133
|
switch (subcommand) {
|
|
@@ -153,4 +153,4 @@ async function run(argv) {
|
|
|
153
153
|
export {
|
|
154
154
|
run
|
|
155
155
|
};
|
|
156
|
-
//# sourceMappingURL=chunk-
|
|
156
|
+
//# sourceMappingURL=chunk-EYHFTWP5.js.map
|
package/dist/index.js
CHANGED
|
@@ -45113,7 +45113,7 @@ function isExternallyExposed(toolName, opts) {
|
|
|
45113
45113
|
}
|
|
45114
45114
|
|
|
45115
45115
|
// src/version.ts
|
|
45116
|
-
var CLI_VERSION = "0.0.100
|
|
45116
|
+
var CLI_VERSION = "0.0.100";
|
|
45117
45117
|
|
|
45118
45118
|
// src/canvas-hooks.ts
|
|
45119
45119
|
var import_pngjs3 = __toESM(require_png(), 1);
|
|
@@ -46906,4 +46906,4 @@ export {
|
|
|
46906
46906
|
runServe,
|
|
46907
46907
|
scopeParamsFor
|
|
46908
46908
|
};
|
|
46909
|
-
//# sourceMappingURL=serve-
|
|
46909
|
+
//# sourceMappingURL=serve-ODDE266E.js.map
|