@hiveai/mcp 0.9.17 → 0.9.18

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
@@ -3670,7 +3670,7 @@ When done, respond with: "Imported N memories: [list of IDs]" or "Nothing action
3670
3670
  // src/server.ts
3671
3671
  import { loadConfigSync } from "@hiveai/core";
3672
3672
  var SERVER_NAME = "haive";
3673
- var SERVER_VERSION = "0.9.17";
3673
+ var SERVER_VERSION = "0.9.18";
3674
3674
  function jsonResult(data) {
3675
3675
  return {
3676
3676
  content: [
package/dist/server.js CHANGED
@@ -3668,7 +3668,7 @@ When done, respond with: "Imported N memories: [list of IDs]" or "Nothing action
3668
3668
  // src/server.ts
3669
3669
  import { loadConfigSync } from "@hiveai/core";
3670
3670
  var SERVER_NAME = "haive";
3671
- var SERVER_VERSION = "0.9.17";
3671
+ var SERVER_VERSION = "0.9.18";
3672
3672
  function jsonResult(data) {
3673
3673
  return {
3674
3674
  content: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiveai/mcp",
3
- "version": "0.9.17",
3
+ "version": "0.9.18",
4
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": {
@@ -44,10 +44,10 @@
44
44
  "dependencies": {
45
45
  "@modelcontextprotocol/sdk": "^1.29.0",
46
46
  "zod": "^3.23.8",
47
- "@hiveai/core": "0.9.17"
47
+ "@hiveai/core": "0.9.18"
48
48
  },
49
49
  "peerDependencies": {
50
- "@hiveai/embeddings": "0.9.17"
50
+ "@hiveai/embeddings": "0.9.18"
51
51
  },
52
52
  "peerDependenciesMeta": {
53
53
  "@hiveai/embeddings": {