feat: add api and mcp
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user