@hiveai/mcp 0.13.7 → 0.13.8
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 +1 -1
- package/dist/server.js +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -4111,7 +4111,7 @@ When done, respond with: "Imported N memories: [list of IDs]" or "Nothing action
|
|
|
4111
4111
|
// src/server.ts
|
|
4112
4112
|
import { hasRecentBriefingMarker, loadConfigSync } from "@hiveai/core";
|
|
4113
4113
|
var SERVER_NAME = "haive";
|
|
4114
|
-
var SERVER_VERSION = "0.13.
|
|
4114
|
+
var SERVER_VERSION = "0.13.8";
|
|
4115
4115
|
function jsonResult(data) {
|
|
4116
4116
|
return {
|
|
4117
4117
|
content: [
|
package/dist/server.js
CHANGED
|
@@ -4109,7 +4109,7 @@ When done, respond with: "Imported N memories: [list of IDs]" or "Nothing action
|
|
|
4109
4109
|
// src/server.ts
|
|
4110
4110
|
import { hasRecentBriefingMarker, loadConfigSync } from "@hiveai/core";
|
|
4111
4111
|
var SERVER_NAME = "haive";
|
|
4112
|
-
var SERVER_VERSION = "0.13.
|
|
4112
|
+
var SERVER_VERSION = "0.13.8";
|
|
4113
4113
|
function jsonResult(data) {
|
|
4114
4114
|
return {
|
|
4115
4115
|
content: [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hiveai/mcp",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.8",
|
|
4
4
|
"description": "hAIve MCP server - policy-aware briefing and memory tools for coding-agent harnesses",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
47
47
|
"zod": "^3.23.8",
|
|
48
|
-
"@hiveai/
|
|
49
|
-
"@hiveai/
|
|
48
|
+
"@hiveai/embeddings": "0.13.8",
|
|
49
|
+
"@hiveai/core": "0.13.8"
|
|
50
50
|
},
|
|
51
51
|
"scripts": {
|
|
52
52
|
"build": "tsup",
|