Evalanche v1.7.8
Evalanche 1.7.8
Summary
This release turns the Polymarket MCP surface into a more reliable execution layer by adding deterministic preflight checks, venue-first verification, and structured reconciliation tools.
Highlights
- added
pm_preflightfor buy, sell, and limit-sell execution checks before order submission - added venue inspection and reconciliation tools:
pm_balances,pm_order,pm_open_orders,pm_trades, andpm_reconcile pm_marketandpm_orderbooknow return structured inspection results instead of brittle upstream exceptionspm_positionsnow returns a stable envelope withwalletAddress,count, andpositionspm_buy,pm_sell, andpm_limit_sellnow includerequest,preflight,submission,verification, andwarningsin their responses- MCP server version metadata is aligned with the released package version
Validation
npm run testnpm run typechecknpm run build
Notes for Maintainers
- downstream agents can now verify venue truth without building their own Polymarket reconciliation layer
pm_sellandpm_limit_sellshare the same preflight primitives, so future execution changes should stay in one place