Skip to main content
Glama
pytest.ini716 B
[pytest] # Pytest configuration for Ludus MCP # Test discovery patterns python_files = test_*.py python_classes = Test* python_functions = test_* # Test paths testpaths = tests # Output options addopts = -v --strict-markers --tb=short --disable-warnings --color=yes # Async support asyncio_mode = auto # Markers markers = unit: Unit tests integration: Integration tests slow: Slow tests requires_ludus: Tests that require a running Ludus server # Coverage (if pytest-cov is installed) [coverage:run] source = ludus_mcp omit = */tests/* */test_* */__pycache__/* */venv/* */.venv/* [coverage:report] precision = 2 show_missing = True skip_covered = False

Latest Blog Posts

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/tjnull/Ludus-FastMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server