Initial DocsMCP stack
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# MCP Server Dependencies
|
||||
fastmcp==0.6.0
|
||||
httpx==0.26.0
|
||||
|
||||
# For Qdrant vector store operations
|
||||
qdrant-client==1.7.0
|
||||
|
||||
# Text processing for token estimation
|
||||
tiktoken==0.7.0
|
||||
|
||||
# Local embeddings using FastEmbed
|
||||
fastembed==0.3.0
|
||||
|
||||
# PDF support for document ingestion
|
||||
pypdf==5.0.0
|
||||
|
||||
# Environment variables loader
|
||||
python-dotenv==1.0.0
|
||||
|
||||
# YAML parser for sources configuration
|
||||
PyYAML==6.0.1
|
||||
Reference in New Issue
Block a user