forked from innovacion/searchbox
Initial commit
This commit is contained in:
26
pyproject.toml
Normal file
26
pyproject.toml
Normal file
@@ -0,0 +1,26 @@
|
||||
[project]
|
||||
name = "qdrant-mcp"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"fastmcp>=2.12.3",
|
||||
"qdrant-client==1.13",
|
||||
"vault-settings>=0.1.0",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
qdrant-mcp = "qdrant_mcp:run"
|
||||
|
||||
[build-system]
|
||||
requires = ["uv_build"]
|
||||
build-backend = "uv_build"
|
||||
|
||||
[tool.vault-settings]
|
||||
secret = "qdrant-mcp"
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"fastembed>=0.7.3",
|
||||
]
|
||||
Reference in New Issue
Block a user