@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/server.js CHANGED
@@ -1086,7 +1086,7 @@ async function memSessionEnd(input, ctx) {
1086
1086
  }
1087
1087
  const frontmatter = buildFrontmatter4({
1088
1088
  type: "session_recap",
1089
- slug: "session-recap",
1089
+ slug: "recap",
1090
1090
  scope: input.scope,
1091
1091
  module: input.module,
1092
1092
  tags: ["session", "recap"],
@@ -1703,7 +1703,7 @@ When done, respond with: "Imported N memories: [list of IDs]" or "Nothing action
1703
1703
 
1704
1704
  // src/server.ts
1705
1705
  var SERVER_NAME = "haive";
1706
- var SERVER_VERSION = "0.2.12";
1706
+ var SERVER_VERSION = "0.2.13";
1707
1707
  function jsonResult(data) {
1708
1708
  return {
1709
1709
  content: [