@algosuite/vo-mcp 0.2.0-beta.64 → 0.2.0-beta.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/dist/cli.js +17 -8
- package/dist/cli.js.map +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +2 -2
- package/dist/runner-supervisor.js +18 -6
- package/dist/runner-supervisor.js.map +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8139,7 +8139,7 @@ function createEngineConsensusClient(options) {
|
|
|
8139
8139
|
shadow_synthesis: { enabled: shadowEnabled(options.env) }
|
|
8140
8140
|
};
|
|
8141
8141
|
const sources = request.source_urls;
|
|
8142
|
-
const useSourceGrounded = sources !== void 0 && sources.length > 0
|
|
8142
|
+
const useSourceGrounded = sources !== void 0 && sources.length > 0;
|
|
8143
8143
|
let response;
|
|
8144
8144
|
let sourceExtras;
|
|
8145
8145
|
if (useSourceGrounded) {
|