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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tradeblocks-mcp",
3
- "version": "3.0.0-beta.3",
3
+ "version": "3.0.0-beta.4",
4
4
  "description": "MCP server for options trade analysis",
5
5
  "author": "David Romeo <davidmromeo@gmail.com>",
6
6
  "type": "module",
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.log(
19340
+ console.error(
19341
19341
  `[market-stores] Constructed: ${parquetMode ? "parquet" : "duckdb"} backend`
19342
19342
  );
19343
19343
  const createServer = () => {