chore: scaffold arcade-eval repo skeleton
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user