fix: restore MCP v2 integration (#133)

This commit is contained in:
XiaoQing235
2026-08-28 10:44:50 +08:00
committed by GitHub
parent 0763d457d5
commit 13a7cb75f6
4 changed files with 107 additions and 61 deletions
+3 -1
View File
@@ -9,7 +9,9 @@ dependencies = [
"bcrypt>=5.0.0",
"croniter>=6.0.0",
"fastapi>=0.127.0",
"mcp>=1.28.1",
"mcp>=2.1.1,<3",
"httpx>=0.28.1,<1",
"httpx2>=2.5,<3",
"paramiko>=5.0.0",
"pillow>=12.3.0",
"pydantic[email]>=2.12.5",