@hiveai/mcp 0.9.23 → 0.9.24

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
@@ -3674,7 +3674,7 @@ When done, respond with: "Imported N memories: [list of IDs]" or "Nothing action
3674
3674
  // src/server.ts
3675
3675
  import { loadConfigSync } from "@hiveai/core";
3676
3676
  var SERVER_NAME = "haive";
3677
- var SERVER_VERSION = "0.9.23";
3677
+ var SERVER_VERSION = "0.9.24";
3678
3678
  function jsonResult(data) {
3679
3679
  return {
3680
3680
  content: [
package/dist/server.js CHANGED
@@ -3672,7 +3672,7 @@ When done, respond with: "Imported N memories: [list of IDs]" or "Nothing action
3672
3672
  // src/server.ts
3673
3673
  import { loadConfigSync } from "@hiveai/core";
3674
3674
  var SERVER_NAME = "haive";
3675
- var SERVER_VERSION = "0.9.23";
3675
+ var SERVER_VERSION = "0.9.24";
3676
3676
  function jsonResult(data) {
3677
3677
  return {
3678
3678
  content: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiveai/mcp",
3
- "version": "0.9.23",
3
+ "version": "0.9.24",
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.23",
49
- "@hiveai/embeddings": "0.9.23"
48
+ "@hiveai/core": "0.9.24",
49
+ "@hiveai/embeddings": "0.9.24"
50
50
  },
51
51
  "scripts": {
52
52
  "build": "tsup",