tradeblocks-mcp 3.0.0-beta.3 → 3.0.0-beta.4
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/package.json +1 -1
- package/server/index.js +1 -1
- package/server/index.js.map +1 -1
package/package.json
CHANGED
package/server/index.js
CHANGED
|
@@ -19337,7 +19337,7 @@ async function main() {
|
|
|
19337
19337
|
tickers: tickerRegistry
|
|
19338
19338
|
};
|
|
19339
19339
|
const marketStores = createMarketStores(storeContext);
|
|
19340
|
-
console.
|
|
19340
|
+
console.error(
|
|
19341
19341
|
`[market-stores] Constructed: ${parquetMode ? "parquet" : "duckdb"} backend`
|
|
19342
19342
|
);
|
|
19343
19343
|
const createServer = () => {
|