Skip to main content
Glama

MCP Wikipedia Server

by kaman05010
pytest.iniโ€ข1.11 kB
[tool:pytest] testpaths = tests python_files = test_*.py python_classes = Test* python_functions = test_* addopts = -v --tb=short --strict-markers --disable-warnings --color=yes markers = slow: marks tests as slow (deselect with '-m "not slow"') integration: marks tests as integration tests e2e: marks tests as end-to-end tests performance: marks tests as performance benchmarks mcp: marks tests as MCP protocol compliance tests unit: marks tests as unit tests manual: marks tests requiring manual verification asyncio_mode = auto # Test discovery minversion = 6.0 # Coverage settings (if pytest-cov is installed) [coverage:run] source = src omit = tests/* */test_* */__pycache__/* */venv/* */.venv*/* [coverage:report] exclude_lines = pragma: no cover def __repr__ if self.debug: if settings.DEBUG raise AssertionError raise NotImplementedError if 0: if __name__ == .__main__.: class .*\bProtocol\): @(abc\.)?abstractmethod show_missing = 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/kaman05010/MCPClientServer'

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