mcp: add back

This commit is contained in:
nym21
2026-08-05 14:50:47 +02:00
parent a4bb76c784
commit c4decdef77
55 changed files with 19950 additions and 1297 deletions
+12 -8
View File
@@ -34,10 +34,9 @@ import {
oraclePaymentsHeatmapOption,
} from "../../src/heatmap/oracle.js";
import {
urpdAgeBandHeatmapFolders,
urpdAllHeatmapOptions,
urpdLthHeatmapOptions,
urpdSthHeatmapOptions,
coinflowWeightedUrpdHeatmapTree,
cointimeWeightedUrpdHeatmapTree,
rawUrpdHeatmapTree,
} from "../../src/heatmap/urpd.js";
// Re-export types for external consumers
@@ -343,10 +342,15 @@ export function createPartialOptions() {
{
name: "Price Distributions",
tree: [
...urpdAllHeatmapOptions,
{ name: "STH", tree: urpdSthHeatmapOptions },
{ name: "LTH", tree: urpdLthHeatmapOptions },
{ name: "Age Bands", tree: urpdAgeBandHeatmapFolders },
...rawUrpdHeatmapTree,
{
name: "Cointime Weighted",
tree: cointimeWeightedUrpdHeatmapTree,
},
{
name: "Coinflow Weighted",
tree: coinflowWeightedUrpdHeatmapTree,
},
],
},
],