build(host-agent): add mcp as direct dependency

This commit is contained in:
2026-07-21 13:49:17 +08:00
parent 47eac0f2a7
commit d1b0fffabb
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -10,6 +10,7 @@ dependencies = [
"filelock>=3.0",
"httpx>=0.27.0",
"jinja2>=3.1",
"mcp>=1.28,<2",
"uvicorn[standard]>=0.30.0",
]