File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: "rithmic-cpp"
22display_name : " Rithmic Data (C++)"
33version : " 0.1.0"
44runtime : " cpp"
5- command : " build/rithmic_feed" # Assuming build directory
5+ command : " build/rithmic_feed" # Assuming build directory
66description : " High-performance C++ connector for Rithmic R | API+."
77permissions :
88 - " market.data.read"
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ runtime: "go"
55command : " ./tradingview-udf"
66description : " Backend data provider for TradingView charts."
77permissions :
8- - " market.data.read" # From DB
8+ - " market.data.read" # From DB
99env :
1010 - " QUANUX_DB_URL"
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ description: "Exposes Figma design data by connecting to the official Figma MCP
77permissions :
88 - " figma.read"
99env :
10- - " FIGMA_ACCESS_TOKEN" # Required by official server
10+ - " FIGMA_ACCESS_TOKEN" # Required by official server
1111 - " QUANUX_BRIDGE_KEY"
1212 - " QUANUX_figma" # Standard QuanuX Auth
13-
Original file line number Diff line number Diff line change @@ -15,4 +15,3 @@ packages:
1515 - server/bridges/signalr/node
1616 - client/data
1717 - extensions/**/*
18-
You can’t perform that action at this time.
0 commit comments