MCP Codebase Insight

by tosin2013
Verified
# Core dependencies fastapi==0.103.2 uvicorn==0.23.2 pydantic>=2.4.2 starlette>=0.27.0,<0.28.0 # Compatible with FastAPI 0.103.2 asyncio==3.4.3 aiohttp==3.9.3 # Vector database qdrant-client==1.13.3 # Embeddings transformers>=4.34.0 torch>=2.0.0 numpy>=2.1.0 scipy>=1.15.0 # Document handling python-frontmatter==1.0.0 markdown==3.4.4 PyYAML==6.0.1 beautifulsoup4==4.12.2 # Utilities structlog==23.1.0 psutil==5.9.5 python-dotenv==1.0.0 requests==2.31.0 # Testing pytest==7.4.2 pytest-asyncio==0.21.1 pytest-cov==4.1.0 httpx==0.25.0 # Development black==23.9.1 isort==5.12.0 mypy==1.5.1 flake8==6.1.0 bump2version==1.0.1