@productbrain/mcp 0.0.1-beta.1223 → 0.0.1-beta.1227
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.
|
@@ -10569,7 +10569,7 @@ function registerVerifyTools(server) {
|
|
|
10569
10569
|
},
|
|
10570
10570
|
thinWrapper(async ({ entryId }) => {
|
|
10571
10571
|
const result = await kernelMutation("chain.verifyEntry", { entryId });
|
|
10572
|
-
return
|
|
10572
|
+
return successResult(`Entry ${entryId} verified.`, `Entry ${entryId} verified.`, result);
|
|
10573
10573
|
})
|
|
10574
10574
|
);
|
|
10575
10575
|
trackWriteTool(verifyEntryTool);
|
|
@@ -15294,4 +15294,4 @@ export {
|
|
|
15294
15294
|
createProductBrainServer,
|
|
15295
15295
|
initFeatureFlags
|
|
15296
15296
|
};
|
|
15297
|
-
//# sourceMappingURL=chunk-
|
|
15297
|
+
//# sourceMappingURL=chunk-NVEL46AW.js.map
|