Skip to main content
Glama

Sumanshu Arora

pytest.iniβ€’1.3 kB
# pytest configuration for MCP Server Templates [pytest] minversion = 6.0 testpaths = tests python_files = test_*.py python_classes = Test* python_functions = test_* addopts = -v --tb=short --strict-markers --disable-warnings # Coverage measurement is intentionally omitted here so that # running subsets of tests (by marker) won't trigger the # repository-wide coverage gate. Coverage is enabled only # in CI jobs that run the full test suite (see # .github/workflows/unified-ci.yml -> full-test-suite). markers = unit: Unit tests integration: Integration tests docker: Tests requiring Docker kubernetes: Tests requiring Kubernetes slow: Slow running tests template: Template-specific tests e2e: End-to-end tests # Test timeout timeout = 300 # Coverage settings [coverage:run] source = mcp_template omit = tests/* */tests/* */venv/* */env/* */__pycache__/* setup.py conftest.py */conftest.py templates_old/* [coverage:report] exclude_lines = pragma: no cover def __repr__ def __str__ raise AssertionError raise NotImplementedError if __name__ == .__main__.: if TYPE_CHECKING: @abstractmethod skip_covered = True precision = 2 [coverage:html] directory = htmlcov

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/Data-Everything/mcp-server-templates'

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