Stateful Simulation (Alpha)
Run deterministic multi-step failure flows with session continuity.
Why this exists
Real incidents are often stateful: auth degrades over time, outage behavior ramps, and retries change outcomes. Stateless tests miss this.
When to use this vs DIY script
Use FakeMCP stateful simulation when you need profile-based transitions that are reusable in CI and demos. Use DIY scripts when you only need a one-off local state machine.
Endpoint
POST /v1/scenario/stateful
Profiles in alpha
token_expiry_after_n_callspartial_outage_ramp
Example: token expiry after N calls
bash
Long press or right-click snippet for quick actions
Example: partial outage ramp
bash
Long press or right-click snippet for quick actions
Repeat with returned sessionId to observe deterministic state transitions.