Handle parameters with environmental variables only (#24)
* Switch to Typer to read the CLI parameters and options * Rely on environmental variables only * Fix tests * Update README
This commit is contained in:
@@ -9,7 +9,6 @@ dependencies = [
|
||||
"mcp[cli]>=1.3.0",
|
||||
"fastembed>=0.6.0",
|
||||
"qdrant-client>=1.12.0",
|
||||
"typer>=0.15.2",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
@@ -26,7 +25,7 @@ dev-dependencies = [
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
mcp-server-qdrant = "mcp_server_qdrant:main"
|
||||
mcp-server-qdrant = "mcp_server_qdrant.main:main"
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
testpaths = ["tests"]
|
||||
|
||||
Reference in New Issue
Block a user