@hiveai/mcp 0.13.5 → 0.13.8
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 +2 -2
- package/dist/index.js.map +1 -1
- package/dist/server.js +2 -2
- package/dist/server.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -2120,7 +2120,7 @@ ${m.content}`).join("\n\n---\n\n"),
|
|
|
2120
2120
|
return {
|
|
2121
2121
|
id,
|
|
2122
2122
|
summary,
|
|
2123
|
-
developer_message: quoteBlock || `
|
|
2123
|
+
developer_message: quoteBlock || `A potentially incompatible external change was detected (${id}). Do you want me to analyze the impact and propose updates?`
|
|
2124
2124
|
};
|
|
2125
2125
|
};
|
|
2126
2126
|
for (const m of outputMemories) {
|
|
@@ -4111,7 +4111,7 @@ When done, respond with: "Imported N memories: [list of IDs]" or "Nothing action
|
|
|
4111
4111
|
// src/server.ts
|
|
4112
4112
|
import { hasRecentBriefingMarker, loadConfigSync } from "@hiveai/core";
|
|
4113
4113
|
var SERVER_NAME = "haive";
|
|
4114
|
-
var SERVER_VERSION = "0.13.
|
|
4114
|
+
var SERVER_VERSION = "0.13.8";
|
|
4115
4115
|
function jsonResult(data) {
|
|
4116
4116
|
return {
|
|
4117
4117
|
content: [
|