@hiveai/mcp 0.9.10 → 0.9.12

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 CHANGED
@@ -3453,7 +3453,7 @@ When done, respond with: "Imported N memories: [list of IDs]" or "Nothing action
3453
3453
  // src/server.ts
3454
3454
  import { loadConfigSync } from "@hiveai/core";
3455
3455
  var SERVER_NAME = "haive";
3456
- var SERVER_VERSION = "0.9.10";
3456
+ var SERVER_VERSION = "0.9.12";
3457
3457
  function jsonResult(data) {
3458
3458
  return {
3459
3459
  content: [
@@ -3467,14 +3467,11 @@ function jsonResult(data) {
3467
3467
  var ENFORCEMENT_PROFILE_TOOLS = /* @__PURE__ */ new Set([
3468
3468
  "get_briefing",
3469
3469
  "mem_save",
3470
- "mem_tried",
3471
3470
  "mem_search",
3472
- "mem_get",
3473
- "mem_update",
3474
3471
  "mem_verify",
3475
3472
  "mem_relevant_to",
3476
- "code_map",
3477
- "pre_commit_check"
3473
+ "pre_commit_check",
3474
+ "mem_session_end"
3478
3475
  ]);
3479
3476
  var BRIEFING_TOOLS = /* @__PURE__ */ new Set(["get_briefing", "mem_relevant_to"]);
3480
3477
  var MUTATING_TOOLS = /* @__PURE__ */ new Set([