@hivelore/cli 0.34.1 → 0.35.0
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/{chunk-X6UHROFL.js → chunk-ZR7UPTRR.js} +3 -3
- package/dist/index.js +429 -59
- package/dist/index.js.map +1 -1
- package/dist/{server-FQ5C43MV.js → server-2FUYM6KI.js} +2 -2
- package/package.json +4 -4
- /package/dist/{chunk-X6UHROFL.js.map → chunk-ZR7UPTRR.js.map} +0 -0
- /package/dist/{server-FQ5C43MV.js.map → server-2FUYM6KI.js.map} +0 -0
|
@@ -2723,7 +2723,7 @@ function oneLine(value) {
|
|
|
2723
2723
|
return value.replace(/\s+/g, " ").replace(/"/g, '\\"').trim().slice(0, 120);
|
|
2724
2724
|
}
|
|
2725
2725
|
function serverVersion() {
|
|
2726
|
-
return true ? "0.
|
|
2726
|
+
return true ? "0.35.0" : "dev";
|
|
2727
2727
|
}
|
|
2728
2728
|
var CodeMapInputSchema = {
|
|
2729
2729
|
file: z20.string().optional().describe("Filter to files whose path contains this substring"),
|
|
@@ -4050,7 +4050,7 @@ When done, respond with: "Imported N memories: [list of IDs]" or "Nothing action
|
|
|
4050
4050
|
};
|
|
4051
4051
|
}
|
|
4052
4052
|
var SERVER_NAME = "hivelore";
|
|
4053
|
-
var SERVER_VERSION = "0.
|
|
4053
|
+
var SERVER_VERSION = "0.35.0";
|
|
4054
4054
|
function jsonResult(data) {
|
|
4055
4055
|
return {
|
|
4056
4056
|
content: [
|
|
@@ -4993,4 +4993,4 @@ export {
|
|
|
4993
4993
|
printHaiveMcpVersion,
|
|
4994
4994
|
runHaiveMcpStdio
|
|
4995
4995
|
};
|
|
4996
|
-
//# sourceMappingURL=chunk-
|
|
4996
|
+
//# sourceMappingURL=chunk-ZR7UPTRR.js.map
|