migrate to fastmcp 2 (#57)

* migrate to fastmcp 2

* format

* ignore mypy being unreasonable

* fmt

* upd readme
This commit is contained in:
Andrey Vasnetsov
2025-05-28 15:19:16 +02:00
committed by GitHub
parent ade07531fe
commit 244139beb5
7 changed files with 212 additions and 62 deletions

View File

@@ -6,10 +6,10 @@ readme = "README.md"
requires-python = ">=3.10"
license = "Apache-2.0"
dependencies = [
"mcp[cli]>=1.3.0",
"fastembed>=0.6.0",
"qdrant-client>=1.12.0",
"pydantic>=2.10.6",
"fastmcp>=2.5.1",
]
[build-system]