Skip to content

v0.1.9 — discovery ergonomics

Choose a tag to compare

@cejor6 cejor6 released this 13 Jul 01:16
· 51 commits to main since this release
b52dadf

Discovery ergonomics for LLM agents scanning the market listing.

Highlights

  • feat(discovery): minimal field projection — project each market down to a small triage whitelist (ticker, prices, sizes, volume, status, close time), bounding worst-case payload size for KXMVE… combo markets. Also drops the always-0.0000 liquidity_dollars field from curated views so agents don't gate on it (#28, #31, #32).
  • feat(discovery): mve_filter to exclude multivariate combo markets server-side, a new kalshi_find_liquid_markets helper (volume-ranked, combo-excluded shortlist over a bounded scan window), and actionable event-ticker-vs-market-ticker hints when the wrong ticker type is passed (#29, #30, #33).
  • fix(registry): shorten server.json description to ≤100 chars for registry validation (#26).

Install

pipx install kalshi-mcp-server

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

Full changelog: v0.1.8...v0.1.9