Skip to main content
Glama
pytest.ini850 B
[pytest] # Pytest configuration for MCP SQL # Test discovery patterns python_files = test_*.py python_classes = Test* python_functions = test_* # Test directories testpaths = tests # Asyncio mode (required for async tests) asyncio_mode = auto # Output options addopts = -v --tb=short --strict-markers --disable-warnings # Markers markers = asyncio: mark test as async (deselect with '-m "not asyncio"') integration: mark test as integration test (deselect with '-m "not integration"') slow: mark test as slow running (deselect with '-m "not slow"') # Coverage options (when using --cov) [coverage:run] source = mcp_sql omit = */tests/* */test_*.py */__pycache__/* */venv/* */env/* [coverage:report] precision = 2 show_missing = True skip_covered = False [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/yuuues/mcp-sql'

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