@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 +1 -1
- package/dist/server.js +1 -1
- package/package.json +1 -1
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.
|
|
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.
|
|
1733
|
+
var SERVER_VERSION = "0.2.15";
|
|
1734
1734
|
function jsonResult(data) {
|
|
1735
1735
|
return {
|
|
1736
1736
|
content: [
|