We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ai-debugger/aidb'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
conftest.py•446 B
"""Pytest configuration and fixtures for E2E tests.
E2E-specific fixtures can be added here. The parent conftest.py
already imports all necessary fixtures from tests._fixtures, including:
- generated_program_factory: Factory for loading generated test programs
- scenario_id: Parametrized fixture for all scenarios
- language: Parametrized fixture for all languages
- docker_test_mode: Boolean indicating if running in Docker
"""
import pytest