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