Skip to content

Commit fe39fd8

Browse files
committed
fix server path
1 parent 92cd591 commit fe39fd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eval_protocol/benchmarks/test_frozen_lake.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def frozen_lake_to_evaluation_row(data: List[Dict[str, Any]]) -> List[Evaluation
4646
num_runs=1,
4747
max_concurrent_rollouts=3,
4848
mode="pointwise",
49-
server_script_path="examples/frozen_lake_mcp/server.py",
49+
server_script_path="eval_protocol/mcp_servers/frozen_lake/server.py",
5050
)
5151
def test_frozen_lake_evaluation(row: EvaluationRow) -> EvaluationRow:
5252
"""

0 commit comments

Comments
 (0)