chore: add arcade-mcp dep (CLI + SDK for reference server)

This commit is contained in:
2026-06-18 11:09:12 -04:00
parent a0d9bcf2fc
commit 619e6d833e
2 changed files with 2188 additions and 1 deletions
+6 -1
View File
@@ -3,7 +3,12 @@ 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"]
dependencies = [
"mcp>=1.0",
"httpx>=0.27",
"pyyaml>=6.0",
"arcade-mcp>=1.15.0",
]
[project.optional-dependencies]
dev = ["pytest>=8.0"]
Generated
+2182
View File
File diff suppressed because it is too large Load Diff