@hiveai/mcp 0.2.12 → 0.2.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.
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/server.js +2 -2
- package/dist/server.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1091,7 +1091,7 @@ async function memSessionEnd(input, ctx) {
|
|
|
1091
1091
|
}
|
|
1092
1092
|
const frontmatter = buildFrontmatter4({
|
|
1093
1093
|
type: "session_recap",
|
|
1094
|
-
slug: "
|
|
1094
|
+
slug: "recap",
|
|
1095
1095
|
scope: input.scope,
|
|
1096
1096
|
module: input.module,
|
|
1097
1097
|
tags: ["session", "recap"],
|
|
@@ -1708,7 +1708,7 @@ When done, respond with: "Imported N memories: [list of IDs]" or "Nothing action
|
|
|
1708
1708
|
|
|
1709
1709
|
// src/server.ts
|
|
1710
1710
|
var SERVER_NAME = "haive";
|
|
1711
|
-
var SERVER_VERSION = "0.2.
|
|
1711
|
+
var SERVER_VERSION = "0.2.13";
|
|
1712
1712
|
function jsonResult(data) {
|
|
1713
1713
|
return {
|
|
1714
1714
|
content: [
|