v0.1.11 — candlestick validation
Candlestick validation — turn two silent Kalshi footguns into actionable errors.
Highlights
- fix(market-data): validate candlestick params before the HTTP call.
period_intervalis now aLiteral[1, 60, 1440]enum in the tool schema and a runtime check (Kalshi 400s opaquely on5/240/etc.), and the ≤5000-candle window cap is enforced with a clear "widen the interval or narrow the window" message instead of an opaque400 bad request. Constraints are baked into the tool JSON-Schema so schema-aware clients steer the model to valid values (#36).
Install
pipx install kalshi-mcp-serverMulti-arch image: ghcr.io/cejor6/kalshi-mcp-server:v0.1.11.
Full changelog: v0.1.10...v0.1.11