feat: add api and mcp

This commit is contained in:
h
2026-05-30 01:32:35 +02:00
parent 6a5cde6ae4
commit c40e720163
30 changed files with 2354 additions and 31 deletions
+3
View File
@@ -19,6 +19,7 @@ dependencies = [
"rich>=13.9.0",
"dishka>=1.4.0",
"greenlet>=3.1.0",
"fastmcp>=3.3",
]
[build-system]
@@ -41,6 +42,8 @@ unfixable = ["F401"]
"t/*" = ["ALL"]
"*.lock" = ["ALL"]
"migrations/*" = ["INP", "D", "E501"]
"src/api/routers/*" = ["PLR0913", "FBT001", "FBT002"]
"src/api/mcp/*" = ["PLR0913", "FBT001", "FBT002"]
[tool.ruff.lint.pydocstyle]
convention = "google"