@hiveai/mcp 0.9.11 → 0.9.12
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 +4 -4
package/dist/index.js
CHANGED
|
@@ -3453,7 +3453,7 @@ When done, respond with: "Imported N memories: [list of IDs]" or "Nothing action
|
|
|
3453
3453
|
// src/server.ts
|
|
3454
3454
|
import { loadConfigSync } from "@hiveai/core";
|
|
3455
3455
|
var SERVER_NAME = "haive";
|
|
3456
|
-
var SERVER_VERSION = "0.9.
|
|
3456
|
+
var SERVER_VERSION = "0.9.12";
|
|
3457
3457
|
function jsonResult(data) {
|
|
3458
3458
|
return {
|
|
3459
3459
|
content: [
|
package/dist/server.js
CHANGED
|
@@ -3451,7 +3451,7 @@ When done, respond with: "Imported N memories: [list of IDs]" or "Nothing action
|
|
|
3451
3451
|
// src/server.ts
|
|
3452
3452
|
import { loadConfigSync } from "@hiveai/core";
|
|
3453
3453
|
var SERVER_NAME = "haive";
|
|
3454
|
-
var SERVER_VERSION = "0.9.
|
|
3454
|
+
var SERVER_VERSION = "0.9.12";
|
|
3455
3455
|
function jsonResult(data) {
|
|
3456
3456
|
return {
|
|
3457
3457
|
content: [
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hiveai/mcp",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.12",
|
|
4
4
|
"description": "hAIve MCP server — policy-aware context and memory tools for AI coding agents",
|
|
5
|
-
"license": "
|
|
5
|
+
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "git+https://github.com/Doucs91/hAIve.git",
|
|
@@ -41,10 +41,10 @@
|
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
43
43
|
"zod": "^3.23.8",
|
|
44
|
-
"@hiveai/core": "0.9.
|
|
44
|
+
"@hiveai/core": "0.9.12"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
|
-
"@hiveai/embeddings": "0.9.
|
|
47
|
+
"@hiveai/embeddings": "0.9.12"
|
|
48
48
|
},
|
|
49
49
|
"peerDependenciesMeta": {
|
|
50
50
|
"@hiveai/embeddings": {
|