@hiveai/mcp 0.9.21 → 0.9.22
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/index.js.map +1 -1
- package/dist/server.js +1 -1
- package/dist/server.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -3671,7 +3671,7 @@ When done, respond with: "Imported N memories: [list of IDs]" or "Nothing action
|
|
|
3671
3671
|
// src/server.ts
|
|
3672
3672
|
import { loadConfigSync } from "@hiveai/core";
|
|
3673
3673
|
var SERVER_NAME = "haive";
|
|
3674
|
-
var SERVER_VERSION = "0.9.
|
|
3674
|
+
var SERVER_VERSION = "0.9.22";
|
|
3675
3675
|
function jsonResult(data) {
|
|
3676
3676
|
return {
|
|
3677
3677
|
content: [
|