[pytest]
# Configuration for pytest
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*
# Add markers
markers =
integration: marks tests as integration tests (deselect with '-m "not integration"')
unit: marks tests as unit tests
slow: marks tests as slow running
timeout: marks tests with specific timeout values
# Output options
addopts =
--verbose
--strict-markers
--tb=short
# Asyncio support
asyncio_mode = auto
# Set minimum coverage percentage
# coverage_threshold = 85
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cabout-me/gramps-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server