@aetherwealth/mcp 0.1.18 → 0.1.22

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 +1 -1
  2. package/dist/index.js +24 -24
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -98,7 +98,7 @@ credential for this device.
98
98
 
99
99
  | Tool | Purpose |
100
100
  | --- | --- |
101
- | `get_candles` | Fetch recent OHLC candles for a pair and timeframe. |
101
+ | `get_candles` | Fetch recent OHLC candles for a pair and timeframe. Returns up to 200 per request (newest 200 by default); use `offset` to page back through the full stored history. |
102
102
  | `list_economic_calendar` | List economic calendar events by currency, release, date, or impact. |
103
103
  | `get_macro_series` | Fetch macro indicator time series such as CPI or interest-rate data. |
104
104
  | `get_market_config` | Fetch supported instruments and timeframes. |