Essential decorators and primitives for writing mcp-eval tests: @task, @with_agent, @parametrize, and more.
The Core API provides the fundamental building blocks for writing mcp-eval tests. These decorators and utilities make your tests clean, reusable, and powerful.
@with_agent
above @task
to ensure the agent is properly configured when the task runs.@parametrize("name,url,expected", [...])
to model named cases.
depends_on
.