13 lines
342 B
TOML
13 lines
342 B
TOML
[project]
|
|
name = "arcade-eval"
|
|
version = "0.1.0"
|
|
description = "Evaluation harness for Arcade.dev as a self-hosted MCP gateway (10-category benchmark)."
|
|
requires-python = ">=3.12"
|
|
dependencies = ["mcp>=1.0", "httpx>=0.27", "pyyaml>=6.0"]
|
|
|
|
[project.optional-dependencies]
|
|
dev = ["pytest>=8.0"]
|
|
|
|
[tool.pytest.ini_options]
|
|
testpaths = ["tests"]
|