We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/LayeSec006/pentest-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
pytest.ini•248 B
[pytest]
addopts = -q
# Only run tests in the active suite
testpaths = tests
# Enable native asyncio support
asyncio_mode = auto
# Register custom markers
markers =
integration: marks tests as integration (deselect with '-m "not integration"')