tradeblocks-mcp 3.0.1 → 3.0.2

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/server/index.js CHANGED
@@ -45,7 +45,7 @@ import {
45
45
  BACHELIER_DTE_THRESHOLD,
46
46
  MassiveProvider,
47
47
  ThetaDataProvider,
48
- applyQuoteGreeks,
48
+ applyQuoteGreeksParallel,
49
49
  bachelierPrice,
50
50
  bsPrice,
51
51
  buildOccTicker,
@@ -54,7 +54,7 @@ import {
54
54
  getProvider,
55
55
  markPrice,
56
56
  parseLegsString
57
- } from "./chunk-JAAQMESY.js";
57
+ } from "./chunk-PNKG7RY7.js";
58
58
  import {
59
59
  PortfolioStatsCalculator,
60
60
  REPORT_FIELDS,
@@ -15641,7 +15641,7 @@ var MarketIngestor = class {
15641
15641
  underlyingPriceByTime.set(time, bar.open);
15642
15642
  }
15643
15643
  }
15644
- const stats = applyQuoteGreeks({
15644
+ const stats = await applyQuoteGreeksParallel({
15645
15645
  rows,
15646
15646
  getDate: (row) => row.timestamp.slice(0, 10),
15647
15647
  getTime: (row) => row.timestamp.slice(11, 16),