chore: scaffold arcade-eval repo skeleton

This commit is contained in:
2026-06-18 10:06:31 -04:00
commit bb5c5779d2
5 changed files with 56 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[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"]