@triedotdev/mcp 1.0.26 → 1.0.27
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.
|
@@ -1271,7 +1271,8 @@ var ParallelExecutor = class {
|
|
|
1271
1271
|
}
|
|
1272
1272
|
}
|
|
1273
1273
|
async executeTaskInWorker(task) {
|
|
1274
|
-
const
|
|
1274
|
+
const distDir = new URL(".", import.meta.url);
|
|
1275
|
+
const workerUrl = new URL("workers/agent-worker.js", distDir);
|
|
1275
1276
|
return new Promise((resolve4, reject) => {
|
|
1276
1277
|
const worker = new Worker(workerUrl, {
|
|
1277
1278
|
workerData: {
|
|
@@ -7692,4 +7693,4 @@ export {
|
|
|
7692
7693
|
getSystemPrompt,
|
|
7693
7694
|
TrieFixTool
|
|
7694
7695
|
};
|
|
7695
|
-
//# sourceMappingURL=chunk-
|
|
7696
|
+
//# sourceMappingURL=chunk-IHJAAT6L.js.map
|