We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/longevity-genie/gget-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
pytest.ini•381 B
[tool:pytest]
testpaths = test
python_files = test_*.py
python_functions = test_*
addopts =
-v
--tb=short
--strict-markers
asyncio_mode = auto
markers =
integration: marks tests as integration tests (may require network)
slow: marks tests as slow (may take a long time, like BLAST)
judge: marks tests as judge tests (expensive LLM tests, excluded from CI)