@hiveai/mcp 0.20.1 → 0.21.0

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
@@ -4230,7 +4230,7 @@ When done, respond with: "Imported N memories: [list of IDs]" or "Nothing action
4230
4230
  // src/server.ts
4231
4231
  import { hasRecentBriefingMarker, loadConfigSync } from "@hiveai/core";
4232
4232
  var SERVER_NAME = "haive";
4233
- var SERVER_VERSION = "0.20.1";
4233
+ var SERVER_VERSION = "0.21.0";
4234
4234
  function jsonResult(data) {
4235
4235
  return {
4236
4236
  content: [
package/dist/server.js CHANGED
@@ -4228,7 +4228,7 @@ When done, respond with: "Imported N memories: [list of IDs]" or "Nothing action
4228
4228
  // src/server.ts
4229
4229
  import { hasRecentBriefingMarker, loadConfigSync } from "@hiveai/core";
4230
4230
  var SERVER_NAME = "haive";
4231
- var SERVER_VERSION = "0.20.1";
4231
+ var SERVER_VERSION = "0.21.0";
4232
4232
  function jsonResult(data) {
4233
4233
  return {
4234
4234
  content: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiveai/mcp",
3
- "version": "0.20.1",
3
+ "version": "0.21.0",
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.20.1",
49
- "@hiveai/embeddings": "0.20.1"
48
+ "@hiveai/core": "0.21.0",
49
+ "@hiveai/embeddings": "0.21.0"
50
50
  },
51
51
  "scripts": {
52
52
  "build": "tsup",