You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initial release: headless TypeScript engine extracted from fpv-sim's index.html with float-exact behavior parity, proven by golden-master
fixtures generated from the original browser source running in a Node vm (plus a real-browser cross-check).
MCP server with five read-only, deterministic tools (run_engagement, sweep_seeds, compare_configs, describe_model, get_config_schema)
and two documentation resources, with zod validation generated from the
same parameter table as the schema tool.
Stdio and Streamable HTTP transports, an MCP client demo
(npm run demo), a VPS deployment runbook (deploy/), and the
golden-fixture generator (scripts/generate-goldens.mjs).
Headless-only additions to the sim's semantics: guaranteed termination
(winner, both-drones-down, or 3600 s cap — the latter two reported as
first-class STALEMATE outcomes) and flag timestamps for aggregation.