Skip to main content
Glama
pytest.ini596 B
[pytest] # Pytest configuration for MCP Debug Tool # Test discovery testpaths = tests python_files = test_*.py python_classes = Test* python_functions = test_* # Markers markers = unit: Unit tests (fast, isolated) integration: Integration tests (may spawn processes) slow: Tests that may take longer to run asyncio: Async tests using asyncio # Output console_output_style = progress addopts = -v --strict-markers --tb=short --disable-warnings # Coverage (when using pytest-cov) # addopts = --cov=src/mcp_debug_tool --cov-report=html --cov-report=term-missing

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/Kaina3/Debug-MCP'

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