@hiveai/mcp 0.4.1 → 0.4.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 CHANGED
@@ -1952,7 +1952,7 @@ function summarizeTools(events) {
1952
1952
 
1953
1953
  // src/server.ts
1954
1954
  var SERVER_NAME = "haive";
1955
- var SERVER_VERSION = "0.4.1";
1955
+ var SERVER_VERSION = "0.4.3";
1956
1956
  function jsonResult(data) {
1957
1957
  return {
1958
1958
  content: [
package/dist/server.js CHANGED
@@ -1947,7 +1947,7 @@ function summarizeTools(events) {
1947
1947
 
1948
1948
  // src/server.ts
1949
1949
  var SERVER_NAME = "haive";
1950
- var SERVER_VERSION = "0.4.1";
1950
+ var SERVER_VERSION = "0.4.3";
1951
1951
  function jsonResult(data) {
1952
1952
  return {
1953
1953
  content: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiveai/mcp",
3
- "version": "0.4.1",
3
+ "version": "0.4.3",
4
4
  "description": "hAIve MCP server — exposes memory + project context to any MCP-compatible AI client",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -37,12 +37,12 @@
37
37
  "LICENSE"
38
38
  ],
39
39
  "dependencies": {
40
- "@hiveai/core": "^0.2.9",
40
+ "@hiveai/core": "^0.4.3",
41
41
  "@modelcontextprotocol/sdk": "^1.29.0",
42
42
  "zod": "^3.23.8"
43
43
  },
44
44
  "peerDependencies": {
45
- "@hiveai/embeddings": "^0.2.2"
45
+ "@hiveai/embeddings": "^0.4.1"
46
46
  },
47
47
  "peerDependenciesMeta": {
48
48
  "@hiveai/embeddings": {