@productbrain/mcp 0.0.1-beta.57 → 0.0.1-beta.59
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/{chunk-65BMTVNQ.js → chunk-4M3SUZHX.js} +1 -1
- package/dist/{chunk-65BMTVNQ.js.map → chunk-4M3SUZHX.js.map} +1 -1
- package/dist/{chunk-AMZ4TQLM.js → chunk-6GXTOBCO.js} +4 -4
- package/dist/chunk-6GXTOBCO.js.map +1 -0
- package/dist/http.js +3 -2
- package/dist/http.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/{smart-capture-JDSHVWTT.js → smart-capture-NXLUISUD.js} +2 -2
- package/package.json +3 -1
- package/dist/chunk-AMZ4TQLM.js.map +0 -1
- /package/dist/{smart-capture-JDSHVWTT.js.map → smart-capture-NXLUISUD.js.map} +0 -0
|
@@ -38,7 +38,7 @@ import {
|
|
|
38
38
|
unknownAction,
|
|
39
39
|
validationResult,
|
|
40
40
|
withEnvelope
|
|
41
|
-
} from "./chunk-
|
|
41
|
+
} from "./chunk-4M3SUZHX.js";
|
|
42
42
|
import {
|
|
43
43
|
trackQualityCheck,
|
|
44
44
|
trackQualityVerdict
|
|
@@ -232,7 +232,7 @@ ${formatted}` }],
|
|
|
232
232
|
},
|
|
233
233
|
withEnvelope(async ({ entryId }) => {
|
|
234
234
|
requireWriteAccess();
|
|
235
|
-
const { runContradictionCheck } = await import("./smart-capture-
|
|
235
|
+
const { runContradictionCheck } = await import("./smart-capture-NXLUISUD.js");
|
|
236
236
|
const entry = await mcpQuery("chain.getEntry", { entryId });
|
|
237
237
|
if (!entry) {
|
|
238
238
|
return notFoundResult(entryId, `Entry '${entryId}' not found. Try search to find the right ID.`);
|
|
@@ -6176,7 +6176,7 @@ async function handleCommitConstellation(args) {
|
|
|
6176
6176
|
}
|
|
6177
6177
|
let contradictionWarnings = [];
|
|
6178
6178
|
try {
|
|
6179
|
-
const { runContradictionCheck } = await import("./smart-capture-
|
|
6179
|
+
const { runContradictionCheck } = await import("./smart-capture-NXLUISUD.js");
|
|
6180
6180
|
const descField = betData.problem ?? betData.description ?? "";
|
|
6181
6181
|
contradictionWarnings = await runContradictionCheck(
|
|
6182
6182
|
betEntry.name ?? betId,
|
|
@@ -11581,4 +11581,4 @@ export {
|
|
|
11581
11581
|
SERVER_VERSION,
|
|
11582
11582
|
createProductBrainServer
|
|
11583
11583
|
};
|
|
11584
|
-
//# sourceMappingURL=chunk-
|
|
11584
|
+
//# sourceMappingURL=chunk-6GXTOBCO.js.map
|