@context-engine-bridge/context-engine-mcp-bridge 0.0.65 → 0.0.66
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/package.json +1 -1
- package/src/mcpServer.js +2 -0
package/package.json
CHANGED
package/src/mcpServer.js
CHANGED
|
@@ -1906,6 +1906,8 @@ function _mergeResults(primaryText, additionalTexts) {
|
|
|
1906
1906
|
} else {
|
|
1907
1907
|
pInner.results_json = pResults;
|
|
1908
1908
|
}
|
|
1909
|
+
} else if (!pResults && aResults) {
|
|
1910
|
+
pInner.results_json = [...aResults];
|
|
1909
1911
|
}
|
|
1910
1912
|
|
|
1911
1913
|
if (typeof pInner.total === "number" && typeof aInner.total === "number") {
|