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
src/mcp_server_qdrant/main.py
Normal file
9
src/mcp_server_qdrant/main.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from mcp_server_qdrant.server import mcp
|
||||
|
||||
|
||||
def main():
|
||||
"""
|
||||
Main entry point for the mcp-server-qdrant script defined
|
||||
in pyproject.toml. It runs the MCP server.
|
||||
"""
|
||||
mcp.run()
|
||||
Reference in New Issue
Block a user