@aetherwealth/mcp 0.2.0 → 0.2.7

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.
Files changed (3) hide show
  1. package/README.md +3 -3
  2. package/dist/index.js +29 -29
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -133,11 +133,11 @@ local process. Set `MCP_TRANSPORT=http`, `MCP_HTTP_AUTH=oauth`, and
133
133
 
134
134
  | Tool | Purpose |
135
135
  | --- | --- |
136
- | `get_candles` | Fetch OHLC candles for a pair and timeframe. Returns up to 200 plus `nextCursor`; pass it back as `cursor` until null to cover the complete stored history, including server-derived timeframes such as `3m`. |
136
+ | `get_candles` | Fetch OHLC candles for a pair, timeframe, and optional `sourceId`. Omission uses Twelve Data; broker sources expose native candles only. Returns up to 200 plus `nextCursor`. |
137
137
  | `list_economic_calendar` | List economic calendar events by currency, release, date, or impact. |
138
138
  | `get_macro_series` | Fetch macro indicator time series such as CPI or interest-rate data. |
139
139
  | `get_macro_indicator` | Fetch curated FXMacroData indicator series with unit and target metadata. |
140
- | `get_market_config` | Fetch supported instruments and timeframes. |
140
+ | `get_market_config` | Fetch supported instruments, timeframes, and per-source capabilities. |
141
141
 
142
142
  ### FX Macro Context
143
143
 
@@ -177,7 +177,7 @@ local process. Set `MCP_TRANSPORT=http`, `MCP_HTTP_AUTH=oauth`, and
177
177
 
178
178
  | Tool | Purpose |
179
179
  | --- | --- |
180
- | `render_chart` | Render a candlestick chart image for a pair and timeframe. |
180
+ | `render_chart` | Render a candlestick chart image for a pair, timeframe, and optional `sourceId`. |
181
181
 
182
182
  ## Example Prompts
183
183