@hiveai/mcp 0.2.14 → 0.2.15

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
@@ -1735,7 +1735,7 @@ When done, respond with: "Imported N memories: [list of IDs]" or "Nothing action
1735
1735
 
1736
1736
  // src/server.ts
1737
1737
  var SERVER_NAME = "haive";
1738
- var SERVER_VERSION = "0.2.14";
1738
+ var SERVER_VERSION = "0.2.15";
1739
1739
  function jsonResult(data) {
1740
1740
  return {
1741
1741
  content: [
package/dist/server.js CHANGED
@@ -1730,7 +1730,7 @@ When done, respond with: "Imported N memories: [list of IDs]" or "Nothing action
1730
1730
 
1731
1731
  // src/server.ts
1732
1732
  var SERVER_NAME = "haive";
1733
- var SERVER_VERSION = "0.2.14";
1733
+ var SERVER_VERSION = "0.2.15";
1734
1734
  function jsonResult(data) {
1735
1735
  return {
1736
1736
  content: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiveai/mcp",
3
- "version": "0.2.14",
3
+ "version": "0.2.15",
4
4
  "description": "hAIve MCP server — exposes memory + project context to any MCP-compatible AI client",
5
5
  "license": "MIT",
6
6
  "repository": {