feat: add /v1/** api

This commit is contained in:
Sun-ZhenXing
2025-07-19 22:50:04 +08:00
parent 43c7a970dd
commit bcb5994356
18 changed files with 177 additions and 44 deletions

View File

@@ -9,7 +9,7 @@ authors = [
requires-python = ">=3.12"
dependencies = [
"fastapi[standard]>=0.116.1",
"mcp>=1.11.0",
"mcp[cli]>=1.12.0",
"pydantic-settings>=2.10.1",
]