Skip to content

v0.1.11 — candlestick validation

Choose a tag to compare

@cejor6 cejor6 released this 13 Jul 01:16
· 49 commits to main since this release
a6a0b67

Candlestick validation — turn two silent Kalshi footguns into actionable errors.

Highlights

  • fix(market-data): validate candlestick params before the HTTP call. period_interval is now a Literal[1, 60, 1440] enum in the tool schema and a runtime check (Kalshi 400s opaquely on 5/240/etc.), and the ≤5000-candle window cap is enforced with a clear "widen the interval or narrow the window" message instead of an opaque 400 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-server

Multi-arch image: ghcr.io/cejor6/kalshi-mcp-server:v0.1.11.

Full changelog: v0.1.10...v0.1.11