소스 검색

Add v0.0.1 release notes

Lukas Goldschmidt 1 개월 전
부모
커밋
84fc1e980b
1개의 변경된 파일22개의 추가작업 그리고 0개의 파일을 삭제
  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.