We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/smadi0x86/GDB-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
pytest.ini•409 B
[tool:pytest]
testpaths = tests
python_files = test_*.py test-*.py
python_classes = Test*
python_functions = test_*
addopts =
-v
--tb=short
--strict-markers
--disable-warnings
markers =
requires_gdb: mark test as requiring GDB to be installed
requires_gcc: mark test as requiring GCC to be installed
integration: mark test as integration test
slow: mark test as slow running