pub fn evaluate_sequence_fixture(
sequence: &Sequence,
fixture: &SequenceFixture,
) -> SequenceFixtureOutcomeExpand description
Evaluates one SequenceFixture against its Sequence without
hitting an MCP server: each step’s with: map is substituted
against the running SequenceContext just like the live runner
does, but the response comes from fixture.responses[i] instead
of a real call.