@hiveai/mcp 0.9.13 → 0.9.14
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 +8 -5
package/dist/index.js
CHANGED
|
@@ -3458,7 +3458,7 @@ When done, respond with: "Imported N memories: [list of IDs]" or "Nothing action
|
|
|
3458
3458
|
// src/server.ts
|
|
3459
3459
|
import { loadConfigSync } from "@hiveai/core";
|
|
3460
3460
|
var SERVER_NAME = "haive";
|
|
3461
|
-
var SERVER_VERSION = "0.9.
|
|
3461
|
+
var SERVER_VERSION = "0.9.14";
|
|
3462
3462
|
function jsonResult(data) {
|
|
3463
3463
|
return {
|
|
3464
3464
|
content: [
|
package/dist/server.js
CHANGED
|
@@ -3456,7 +3456,7 @@ When done, respond with: "Imported N memories: [list of IDs]" or "Nothing action
|
|
|
3456
3456
|
// src/server.ts
|
|
3457
3457
|
import { loadConfigSync } from "@hiveai/core";
|
|
3458
3458
|
var SERVER_NAME = "haive";
|
|
3459
|
-
var SERVER_VERSION = "0.9.
|
|
3459
|
+
var SERVER_VERSION = "0.9.14";
|
|
3460
3460
|
function jsonResult(data) {
|
|
3461
3461
|
return {
|
|
3462
3462
|
content: [
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hiveai/mcp",
|
|
3
|
-
"version": "0.9.
|
|
4
|
-
"description": "hAIve MCP server — policy-aware context and
|
|
3
|
+
"version": "0.9.14",
|
|
4
|
+
"description": "hAIve MCP server — policy-aware context breadcrumbs and enforcement tools for AI coding agents",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -14,12 +14,15 @@
|
|
|
14
14
|
"ai",
|
|
15
15
|
"enforcement",
|
|
16
16
|
"policy",
|
|
17
|
+
"context",
|
|
18
|
+
"breadcrumbs",
|
|
17
19
|
"memory",
|
|
18
20
|
"mcp",
|
|
19
21
|
"haive",
|
|
20
22
|
"model-context-protocol",
|
|
21
23
|
"agent",
|
|
22
|
-
"team"
|
|
24
|
+
"team",
|
|
25
|
+
"harness"
|
|
23
26
|
],
|
|
24
27
|
"type": "module",
|
|
25
28
|
"main": "./dist/server.js",
|
|
@@ -41,10 +44,10 @@
|
|
|
41
44
|
"dependencies": {
|
|
42
45
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
43
46
|
"zod": "^3.23.8",
|
|
44
|
-
"@hiveai/core": "0.9.
|
|
47
|
+
"@hiveai/core": "0.9.14"
|
|
45
48
|
},
|
|
46
49
|
"peerDependencies": {
|
|
47
|
-
"@hiveai/embeddings": "0.9.
|
|
50
|
+
"@hiveai/embeddings": "0.9.14"
|
|
48
51
|
},
|
|
49
52
|
"peerDependenciesMeta": {
|
|
50
53
|
"@hiveai/embeddings": {
|