@hiveai/mcp 0.9.28 → 0.9.29
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
|
@@ -3763,7 +3763,7 @@ When done, respond with: "Imported N memories: [list of IDs]" or "Nothing action
|
|
|
3763
3763
|
// src/server.ts
|
|
3764
3764
|
import { loadConfigSync } from "@hiveai/core";
|
|
3765
3765
|
var SERVER_NAME = "haive";
|
|
3766
|
-
var SERVER_VERSION = "0.9.
|
|
3766
|
+
var SERVER_VERSION = "0.9.29";
|
|
3767
3767
|
function jsonResult(data) {
|
|
3768
3768
|
return {
|
|
3769
3769
|
content: [
|
package/dist/server.js
CHANGED
|
@@ -3761,7 +3761,7 @@ When done, respond with: "Imported N memories: [list of IDs]" or "Nothing action
|
|
|
3761
3761
|
// src/server.ts
|
|
3762
3762
|
import { loadConfigSync } from "@hiveai/core";
|
|
3763
3763
|
var SERVER_NAME = "haive";
|
|
3764
|
-
var SERVER_VERSION = "0.9.
|
|
3764
|
+
var SERVER_VERSION = "0.9.29";
|
|
3765
3765
|
function jsonResult(data) {
|
|
3766
3766
|
return {
|
|
3767
3767
|
content: [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hiveai/mcp",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.29",
|
|
4
4
|
"description": "hAIve MCP server — harness engineering tools for AI coding agents (briefing, enforcement, skills, memory lifecycle)",
|
|
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/core": "0.9.
|
|
49
|
-
"@hiveai/embeddings": "0.9.
|
|
48
|
+
"@hiveai/core": "0.9.29",
|
|
49
|
+
"@hiveai/embeddings": "0.9.29"
|
|
50
50
|
},
|
|
51
51
|
"scripts": {
|
|
52
52
|
"build": "tsup",
|