tradeblocks-mcp 2.2.3 → 2.2.5
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-O6FQQRJV.js → chunk-UGHXXLLR.js} +15 -11
- package/dist/{chunk-O6FQQRJV.js.map → chunk-UGHXXLLR.js.map} +1 -1
- package/dist/{sync-AAV7BGOE.js → sync-OPFBFM2P.js} +2 -2
- package/dist/test-exports.js +1 -1
- package/package.json +1 -1
- package/server/{chunk-TDKK4QFM.js → chunk-RM33HDCX.js} +15 -11
- package/server/{chunk-TDKK4QFM.js.map → chunk-RM33HDCX.js.map} +1 -1
- package/server/index.js +3 -3
- package/server/{sync-T6GEBPJ7.js → sync-R3W6AELJ.js} +2 -2
- /package/dist/{sync-AAV7BGOE.js.map → sync-OPFBFM2P.js.map} +0 -0
- /package/server/{sync-T6GEBPJ7.js.map → sync-R3W6AELJ.js.map} +0 -0
package/server/index.js
CHANGED
|
@@ -51,7 +51,7 @@ import {
|
|
|
51
51
|
upgradeToReadWrite,
|
|
52
52
|
upsertMarketImportMetadata,
|
|
53
53
|
upsertProfile
|
|
54
|
-
} from "./chunk-
|
|
54
|
+
} from "./chunk-RM33HDCX.js";
|
|
55
55
|
import "./chunk-MFUUPQED.js";
|
|
56
56
|
import "./chunk-CWC73SPW.js";
|
|
57
57
|
import "./chunk-TOL6XKBV.js";
|
|
@@ -14345,7 +14345,7 @@ function registerProfileAnalysisTools(server, baseDir) {
|
|
|
14345
14345
|
if (getConnectionMode() === "read_write") {
|
|
14346
14346
|
try {
|
|
14347
14347
|
if (input.blockId) {
|
|
14348
|
-
const { syncBlock: syncBlock2 } = await import("./sync-
|
|
14348
|
+
const { syncBlock: syncBlock2 } = await import("./sync-R3W6AELJ.js");
|
|
14349
14349
|
await syncBlock2(input.blockId, baseDir);
|
|
14350
14350
|
} else {
|
|
14351
14351
|
await syncAllBlocks(baseDir);
|
|
@@ -14642,7 +14642,7 @@ function registerRegimeAdvisorTools(server, baseDir) {
|
|
|
14642
14642
|
if (getConnectionMode() === "read_write") {
|
|
14643
14643
|
try {
|
|
14644
14644
|
if (input.blockId) {
|
|
14645
|
-
const { syncBlock: syncBlock2 } = await import("./sync-
|
|
14645
|
+
const { syncBlock: syncBlock2 } = await import("./sync-R3W6AELJ.js");
|
|
14646
14646
|
await syncBlock2(input.blockId, baseDir);
|
|
14647
14647
|
} else {
|
|
14648
14648
|
await syncAllBlocks(baseDir);
|
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
syncAllBlocks,
|
|
8
8
|
syncBlock,
|
|
9
9
|
upsertSyncMetadata
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-RM33HDCX.js";
|
|
11
11
|
import "./chunk-MFUUPQED.js";
|
|
12
12
|
import "./chunk-CWC73SPW.js";
|
|
13
13
|
import "./chunk-TOL6XKBV.js";
|
|
@@ -22,4 +22,4 @@ export {
|
|
|
22
22
|
syncBlock,
|
|
23
23
|
upsertSyncMetadata
|
|
24
24
|
};
|
|
25
|
-
//# sourceMappingURL=sync-
|
|
25
|
+
//# sourceMappingURL=sync-R3W6AELJ.js.map
|
|
File without changes
|
|
File without changes
|