@hiveai/mcp 0.9.17 → 0.9.19
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 -1
- package/dist/index.js.map +1 -1
- package/dist/server.d.ts +3 -3
- package/dist/server.js +2 -1
- package/dist/server.js.map +1 -1
- package/package.json +3 -10
package/dist/index.js
CHANGED
|
@@ -3670,7 +3670,7 @@ When done, respond with: "Imported N memories: [list of IDs]" or "Nothing action
|
|
|
3670
3670
|
// src/server.ts
|
|
3671
3671
|
import { loadConfigSync } from "@hiveai/core";
|
|
3672
3672
|
var SERVER_NAME = "haive";
|
|
3673
|
-
var SERVER_VERSION = "0.9.
|
|
3673
|
+
var SERVER_VERSION = "0.9.19";
|
|
3674
3674
|
function jsonResult(data) {
|
|
3675
3675
|
return {
|
|
3676
3676
|
content: [
|
|
@@ -3690,6 +3690,7 @@ var ENFORCEMENT_PROFILE_TOOLS = [
|
|
|
3690
3690
|
"mem_verify",
|
|
3691
3691
|
"mem_relevant_to",
|
|
3692
3692
|
"code_map",
|
|
3693
|
+
"code_search",
|
|
3693
3694
|
"pre_commit_check",
|
|
3694
3695
|
"mem_session_end"
|
|
3695
3696
|
];
|