Răsfoiți Sursa

Add v0.0.1 release notes

Lukas Goldschmidt 1 lună în urmă
părinte
comite
7c1f52c4eb
1 a modificat fișierele cu 22 adăugiri și 0 ștergeri
  1. 22 0
      RELEASE_NOTES.md

+ 22 - 0
RELEASE_NOTES.md

@@ -0,0 +1,22 @@
+# Release Notes
+
+## v0.0.1
+
+### Added
+- Indicator catalog metadata via `get_capabilities`.
+- New indicators implemented and exposed through `get_indicator`:
+  - `atr`
+  - `bollinger`
+  - `vwap`
+- Composite regime endpoint:
+  - `get_regime(symbol, timeframe)` returns trend, momentum, volatility, Bollinger bands, VWAP, plus a heuristic early `reversal` signal.
+
+### Enhanced
+- `get_market_snapshot(symbol)` now includes additional context:
+  - EMA200, MACD histogram, ATR (+ ATR%), Bollinger bands, VWAP, and `trend_bias`.
+
+### Improved developer experience
+- Expanded and clarified MCP tool descriptions so clients/agents can discover valid inputs and expected outputs.
+
+### Fixed
+- Updated indicator tests to reflect newly supported indicators.