@productbrain/mcp 0.0.1-beta.173 → 0.0.1-beta.175
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.
|
@@ -10018,6 +10018,7 @@ async function handleCommitConstellation(args) {
|
|
|
10018
10018
|
});
|
|
10019
10019
|
} catch (err) {
|
|
10020
10020
|
const msg = err instanceof Error ? err.message : String(err);
|
|
10021
|
+
const diagnostics = err?.diagnostics;
|
|
10021
10022
|
return {
|
|
10022
10023
|
content: [{
|
|
10023
10024
|
type: "text",
|
|
@@ -10031,7 +10032,8 @@ No constellation entries were committed.`
|
|
|
10031
10032
|
"BACKEND_ERROR",
|
|
10032
10033
|
`Bet commit failed: ${msg}`,
|
|
10033
10034
|
"Retry or check for commit blockers.",
|
|
10034
|
-
[{ tool: "facilitate", description: "Resume session", parameters: { action: "resume", betEntryId: betId } }]
|
|
10035
|
+
[{ tool: "facilitate", description: "Resume session", parameters: { action: "resume", betEntryId: betId } }],
|
|
10036
|
+
diagnostics
|
|
10035
10037
|
)
|
|
10036
10038
|
};
|
|
10037
10039
|
}
|
|
@@ -15699,4 +15701,4 @@ export {
|
|
|
15699
15701
|
SERVER_VERSION,
|
|
15700
15702
|
createProductBrainServer
|
|
15701
15703
|
};
|
|
15702
|
-
//# sourceMappingURL=chunk-
|
|
15704
|
+
//# sourceMappingURL=chunk-L2MYREYP.js.map
|