@hiveai/mcp 0.12.1 → 0.12.3
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
|
@@ -4019,7 +4019,7 @@ When done, respond with: "Imported N memories: [list of IDs]" or "Nothing action
|
|
|
4019
4019
|
// src/server.ts
|
|
4020
4020
|
import { hasRecentBriefingMarker, loadConfigSync } from "@hiveai/core";
|
|
4021
4021
|
var SERVER_NAME = "haive";
|
|
4022
|
-
var SERVER_VERSION = "0.12.
|
|
4022
|
+
var SERVER_VERSION = "0.12.3";
|
|
4023
4023
|
function jsonResult(data) {
|
|
4024
4024
|
return {
|
|
4025
4025
|
content: [
|
package/dist/server.js
CHANGED
|
@@ -4017,7 +4017,7 @@ When done, respond with: "Imported N memories: [list of IDs]" or "Nothing action
|
|
|
4017
4017
|
// src/server.ts
|
|
4018
4018
|
import { hasRecentBriefingMarker, loadConfigSync } from "@hiveai/core";
|
|
4019
4019
|
var SERVER_NAME = "haive";
|
|
4020
|
-
var SERVER_VERSION = "0.12.
|
|
4020
|
+
var SERVER_VERSION = "0.12.3";
|
|
4021
4021
|
function jsonResult(data) {
|
|
4022
4022
|
return {
|
|
4023
4023
|
content: [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hiveai/mcp",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.3",
|
|
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/core": "0.12.
|
|
49
|
-
"@hiveai/embeddings": "0.12.
|
|
48
|
+
"@hiveai/core": "0.12.3",
|
|
49
|
+
"@hiveai/embeddings": "0.12.3"
|
|
50
50
|
},
|
|
51
51
|
"scripts": {
|
|
52
52
|
"build": "tsup",
|