We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ancoleman/qdrant-rag-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
requirements-dev.txt•284 B
# Development dependencies - Tested with Python 3.12.5
pytest>=8.3.5,<9.0.0
pytest-asyncio>=0.21.0,<1.0.0 # Need to check current version
pytest-cov>=6.1.1,<7.0.0
black>=23.3.0,<26.0.0 # Black uses calendar versioning
flake8>=6.0.0,<8.0.0
mypy>=1.5.0,<2.0.0
pre-commit>=3.3.0,<5.0.0