new: update fastmcp to 2.7.0 (#65)

This commit is contained in:
George
2025-06-13 16:52:48 +04:00
committed by GitHub
parent 28bf298a32
commit 3fdb4c4b1b
3 changed files with 13 additions and 73 deletions

View File

@@ -160,7 +160,7 @@ class QdrantMCPServer(FastMCP):
store_foo, {"collection_name": self.qdrant_settings.collection_name}
)
self.add_tool(
self.tool(
find_foo,
name="qdrant-find",
description=self.tool_settings.tool_find_description,
@@ -168,7 +168,7 @@ class QdrantMCPServer(FastMCP):
if not self.qdrant_settings.read_only:
# Those methods can modify the database
self.add_tool(
self.tool(
store_foo,
name="qdrant-store",
description=self.tool_settings.tool_store_description,